Frames | No Frames |
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. |
Deprecated Methods | |
gnu.xml.dom.DomDocument.verifyXmlName(String) This method is deprecated and may be removed in future
versions of GNU JAXP | |
gnu.xml.aelfred2.SAXDriver.setDocumentHandler(DocumentHandler) SAX2 programs should use the XMLReader interface
and a ContentHandler. |