Class | 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 | 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 | Description |
---|---|
org.apache.commons.jxpath.ri.compiler.Expression.PointerIterator(Iterator, QName, Locale) |
Use the method that takes a NamespaceManager
|