Deprecated API

Contents

Deprecated Interfaces

AttributeList
This interface has been replaced by the SAX2 Attributes interface, which includes Namespace support.
DocumentHandler
This interface has been replaced by the SAX2 ContentHandler interface, which includes Namespace support.
Parser
This interface has been replaced by the SAX2 XMLReader interface, which includes Namespace support.

Deprecated Classes

AttributeListImpl
This class implements a deprecated interface, AttributeList; that interface has been replaced by Attributes, which is implemented in the AttributesImpl helper class.
HandlerBase
This class works with the deprecated DocumentHandler interface.
ParserFactory
This class works with the deprecated Parser interface.