-
Interfaces Interface Description org.xml.sax.AttributeList This interface has been replaced by the SAX2Attributes
interface, which includes Namespace support.org.xml.sax.DocumentHandler This interface has been replaced by the SAX2ContentHandler
interface, which includes Namespace support.org.xml.sax.Parser This interface has been replaced by the SAX2XMLReader
interface, which includes Namespace support.
-
Classes Class Description org.xml.sax.HandlerBase This class works with the deprecatedDocumentHandler
interface. It has been replaced by the SAX2DefaultHandler
class.org.xml.sax.helpers.AttributeListImpl This class implements a deprecated interface,AttributeList
; that interface has been replaced byAttributes
, which is implemented in theAttributesImpl
helper class.org.xml.sax.helpers.ParserFactory This class works with the deprecatedParser
interface.