Class and Description |
---|
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
DocumentContainer |
Method and Description |
---|
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()
|
Constructor and Description |
---|
org.apache.commons.jxpath.ri.compiler.Expression.PointerIterator(Iterator, QName, Locale)
Use the method that takes a NamespaceManager
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.