-
Interfaces Interface Description org.xml.sax.AttributeList This interface has been replaced by the SAX2Attributesinterface, which includes Namespace support.org.xml.sax.DocumentHandler This interface has been replaced by the SAX2ContentHandlerinterface, which includes Namespace support.org.xml.sax.Parser This interface has been replaced by the SAX2XMLReaderinterface, which includes Namespace support.
-
Classes Class Description org.xml.sax.HandlerBase This class works with the deprecatedDocumentHandlerinterface. It has been replaced by the SAX2DefaultHandlerclass.org.xml.sax.helpers.AttributeListImpl This class implements a deprecated interface,AttributeList; that interface has been replaced byAttributes, which is implemented in theAttributesImplhelper class.org.xml.sax.helpers.ParserFactory This class works with the deprecatedParserinterface.