Deprecated API

Deprecated Classes
org.apache.commons.jxpath.ri.model.dynamic.DynamicPropertyIterator
          - no longer needed, as it is identical to PropertyIterator. 
org.apache.commons.jxpath.XMLDocumentContainer
          1.1 Please use org.apache.commons.jxpath.xml.DocumentContainer 
 

Deprecated Methods
org.apache.commons.jxpath.ri.parser.SimpleCharStream.getColumn()
            
org.apache.commons.jxpath.ri.parser.SimpleCharStream.getLine()
            
org.apache.commons.jxpath.ri.model.NodePointer.getNodeValue()
          1.1 Please use getNode() 
org.apache.commons.jxpath.ri.model.NodePointer.isNode()
          Please use !isContainer() 
 

Deprecated Constructors
org.apache.commons.jxpath.ri.compiler.Expression.PointerIterator(Iterator, QName, Locale)
          Use the method that takes a NamespaceManager