| Package | Description |
|---|---|
| org.basex.index.path | |
| org.basex.query.path |
XQuery path expressions.
|
| Modifier and Type | Field and Description |
|---|---|
PathNode[] |
PathNode.ch
Children.
|
PathNode |
PathNode.par
Parent.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<PathNode> |
AxisPath.nodes(QueryContext ctx)
Returns the path nodes that will result from this path.
|