|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AbstractNode | |
| com.japisoft.xpath | |
| com.japisoft.xpath.node | |
| Uses of AbstractNode in com.japisoft.xpath |
| Methods in com.japisoft.xpath that return AbstractNode | |
AbstractNode |
DebugXPathResolver.getRootParsedNode()
|
AbstractNode |
TreeXPathResolver.getRootParsedNode()
|
AbstractNode |
XPathResolver.getRootParsedNode()
At the end of the parsing process, this value contains the result set |
| Uses of AbstractNode in com.japisoft.xpath.node |
| Subclasses of AbstractNode in com.japisoft.xpath.node | |
class |
Expr
Expression for a predicate |
class |
Function
Function node. |
class |
Literal
Literal inside an expression |
class |
Node
Real node |
class |
Number
Number expression |
class |
Operator
An operator contains a set of expression |
class |
Predicate
A Predicate is a set of expr or operator |
class |
Variable
Variable |
| Methods in com.japisoft.xpath.node that return AbstractNode | |
AbstractNode |
AbstractNode.getNodeAt(int index)
|
AbstractNode |
AbstractNode.getParentNode()
|
AbstractNode |
AbstractNode.getRootNode()
|
| Methods in com.japisoft.xpath.node with parameters of type AbstractNode | |
void |
AbstractNode.addNode(AbstractNode node)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||