|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.japisoft.xpath.node.AbstractNode
Basic node for XPath tree
Constructor Summary | |
AbstractNode()
|
Method Summary | |
void |
addNode(AbstractNode node)
|
abstract java.lang.Object |
eval(XPathContext context)
|
AbstractNode |
getNodeAt(int index)
|
int |
getNodeCount()
|
AbstractNode |
getParentNode()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractNode()
Method Detail |
public void addNode(AbstractNode node)
public AbstractNode getNodeAt(int index)
public int getNodeCount()
public AbstractNode getParentNode()
public abstract java.lang.Object eval(XPathContext context)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |