Uses of Interface
org.apache.jackrabbit.spi.commons.query.xpath.Node
-
Packages that use Node Package Description org.apache.jackrabbit.spi.commons.query.xpath -
-
Uses of Node in org.apache.jackrabbit.spi.commons.query.xpath
Classes in org.apache.jackrabbit.spi.commons.query.xpath that implement Node Modifier and Type Class Description classSimpleNodeImplements a JavaCC Node interface.Fields in org.apache.jackrabbit.spi.commons.query.xpath declared as Node Modifier and Type Field Description protected Node[]SimpleNode. childrenprotected NodeSimpleNode. parentMethods in org.apache.jackrabbit.spi.commons.query.xpath that return Node Modifier and Type Method Description NodeXPath. createNode(int id)static NodeSimpleNode. jjtCreate(XPath p, int id)NodeNode. jjtGetChild(int i)This method returns a child node.NodeSimpleNode. jjtGetChild(int i)NodeNode. jjtGetParent()NodeSimpleNode. jjtGetParent()Methods in org.apache.jackrabbit.spi.commons.query.xpath with parameters of type Node Modifier and Type Method Description voidNode. jjtAddChild(Node n, int i)This method tells the node to add its argument to the node's list of children.voidSimpleNode. jjtAddChild(Node n, int i)voidNode. jjtSetParent(Node n)This pair of methods are used to inform the node of its parent.voidSimpleNode. jjtSetParent(Node n)
-