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.dom4j.io.aelfred.DefaultHandler
          Use Aelfred2 instead! THIS CLASS WILL BE REMOVED IN dom4j-1.6 !! 
org.dom4j.tree.ElementIterator
          THIS CLASS WILL BE REMOVED IN dom4j-1.6 !! 
org.dom4j.tree.ElementNameIterator
          THIS CLASS WILL BE REMOVED IN dom4j-1.6 !! 
org.dom4j.tree.ElementQNameIterator
          THIS CLASS WILL BE REMOVED IN dom4j-1.6 !! 
org.dom4j.tree.FilterIterator
          THIS CLASS WILL BE REMOVED IN dom4j-1.6 !! 
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.dom4j.io.aelfred.SAXDriver
          Use Aelfred2 instead! THIS CLASS WILL BE REMOVED IN dom4j-1.6 !! 
 

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

Deprecated Methods
org.dom4j.util.IndexedElement.asElementIterator(Object)
          WILL BE REMOVED IN dom4j-1.6 !! 
org.dom4j.XPath.selectObject(Object)
          please use evaluate(Object) instead. WILL BE REMOVED IN dom4j-1.6 !! 
org.dom4j.Element.setAttributeValue(QName, String)
          As of version 0.5. Please use Element.addAttribute(QName,String) instead. WILL BE REMOVED IN dom4j-1.6 !! 
org.dom4j.tree.AbstractElement.setAttributeValue(QName, String)
          As of version 0.5. Please use AbstractElement.addAttribute(String,String) instead. WILL BE REMOVED IN dom4j-1.6 !! 
org.dom4j.Element.setAttributeValue(String, String)
          As of version 0.5. Please use Element.addAttribute(String,String) instead. WILL BE REMOVED IN dom4j-1.6 !! 
org.dom4j.tree.AbstractElement.setAttributeValue(String, String)
          As of version 0.5. Please use AbstractElement.addAttribute(String,String) instead. WILL BE REMOVED IN dom4j-1.6 !! 
org.dom4j.io.aelfred.SAXDriver.setDocumentHandler(DocumentHandler)
          SAX2 programs should use the XMLReader interface and a ContentHandler. 
org.dom4j.io.aelfred2.SAXDriver.setDocumentHandler(DocumentHandler)
          SAX2 programs should use the XMLReader interface and a ContentHandler. 
 



Copyright © 2004 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo