Uses of Class
org.basex.index.path.PathNode

Packages that use PathNode
org.basex.index.path   
org.basex.query.path XQuery path expressions. 
 

Uses of PathNode in org.basex.index.path
 

Fields in org.basex.index.path declared as PathNode
 PathNode[] PathNode.ch
          Children.
 PathNode PathNode.par
          Parent.
 

Methods in org.basex.index.path that return types with arguments of type PathNode
static java.util.ArrayList<PathNode> PathSummary.desc(java.util.ArrayList<PathNode> in, boolean desc)
          Returns all children or descendants of the specified nodes.
 java.util.ArrayList<PathNode> PathSummary.desc(int n, int k)
          Returns all children or descendants of the specified nodes with the specified tag or attribute value.
static java.util.ArrayList<PathNode> PathSummary.parent(java.util.ArrayList<PathNode> in)
          Returns all parents of the specified nodes.
 java.util.ArrayList<PathNode> PathSummary.root()
          Returns the root node.
 

Method parameters in org.basex.index.path with type arguments of type PathNode
static java.util.ArrayList<PathNode> PathSummary.desc(java.util.ArrayList<PathNode> in, boolean desc)
          Returns all children or descendants of the specified nodes.
static java.util.ArrayList<PathNode> PathSummary.parent(java.util.ArrayList<PathNode> in)
          Returns all parents of the specified nodes.
 

Uses of PathNode in org.basex.query.path
 

Methods in org.basex.query.path that return types with arguments of type PathNode
 java.util.ArrayList<PathNode> AxisPath.nodes(QueryContext ctx)
          Returns the path nodes that will result from this path.