Deprecated API

Deprecated Classes
org.xml.sax.helpers.AttributeListImpl
          This class implements a deprecated interface, AttributeList; that interface has been replaced by Attributes, which is implemented in the AttributesImpl helper class. 
org.apache.xpath.DOM2Helper
          Since the introduction of the DTM, this class will be removed. This class provides a DOM level 2 "helper", which provides services currently not provided be the DOM standard. 
org.apache.xpath.DOMHelper
          Since the introduction of the DTM, this class will be removed. This class provides a front-end to DOM implementations, providing a number of utility functions that either aren't yet standardized by the DOM spec or that are defined in optional DOM modules and hence may not be present in all DOMs. 
org.xml.sax.HandlerBase
          This class works with the deprecated DocumentHandler interface. It has been replaced by the SAX2 DefaultHandler class. 
org.xml.sax.helpers.ParserFactory
          This class works with the deprecated Parser interface. 
org.apache.xalan.processor.XSLProcessorVersion
          To be replaced by org.apache.xalan.Version.getVersion() 
 

Deprecated Interfaces
org.xml.sax.AttributeList
          This interface has been replaced by the SAX2 Attributes interface, which includes Namespace support. 
org.apache.xml.dtm.ref.CoroutineParser
          Since the ability to start a parse via the coroutine protocol was not being used and was complicating design. See IncrementalSAXSource. 
org.xml.sax.DocumentHandler
          This interface has been replaced by the SAX2 ContentHandler interface, which includes Namespace support. 
org.apache.xpath.DOMOrder
          Since the introduction of the DTM, this class will be removed. Nodes that implement this index can return a document order index. Eventually, this will be replaced by DOM 3 methods. (compareDocumentOrder and/or compareTreePosition.) 
org.xml.sax.Parser
          This interface has been replaced by the SAX2 XMLReader interface, which includes Namespace support. 
 

Deprecated Fields
org.apache.xalan.res.XSLTErrorResources.QUERY_HEADER
            
 

Deprecated Methods
org.apache.xpath.DOMHelper.getRoot(Node)
            
org.apache.xpath.DOMHelper.isIgnorableWhitespace(Text)
            
 

Deprecated Constructors
org.apache.xml.utils.SuballocatedIntVector(int, int)
          use SuballocatedIntVector(int) 
 



Copyright © 2002 Apache XML Project. All Rights Reserved.