| Interface and Description | 
|---|
| org.xml.sax.AttributeList This interface has been replaced by the SAX2
              Attributesinterface, which includes Namespace support. | 
| org.xml.sax.DocumentHandler This interface has been replaced by the SAX2
              ContentHandlerinterface, which includes Namespace support. | 
| org.xml.sax.Parser This interface has been replaced by the SAX2
              XMLReaderinterface, which includes Namespace support. | 
| Class and Description | 
|---|
| 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.HandlerBase This class works with the deprecated
              DocumentHandlerinterface.  It has been replaced by the SAX2DefaultHandlerclass. | 
| org.xml.sax.helpers.ParserFactory This class works with the deprecated
              Parserinterface. | 
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.