Package | Description |
---|---|
org.basex.index.path | |
org.basex.query.expr.path |
XQuery path expressions.
|
Modifier and Type | Field and Description |
---|---|
PathNode[] |
PathNode.children
Children.
|
PathNode |
PathNode.parent
Parent.
|
Modifier and Type | Method and Description |
---|---|
static ArrayList<PathNode> |
PathSummary.desc(ArrayList<PathNode> nodes,
boolean desc)
Returns all children or descendants of the specified nodes.
|
ArrayList<PathNode> |
PathSummary.desc(byte[] name)
Returns all descendants with the specified element name.
|
static ArrayList<PathNode> |
PathSummary.parent(ArrayList<PathNode> nodes)
Returns all parents of the specified nodes.
|
ArrayList<PathNode> |
PathSummary.root()
Returns the root node.
|
Modifier and Type | Method and Description |
---|---|
static ArrayList<PathNode> |
PathSummary.desc(ArrayList<PathNode> nodes,
boolean desc)
Returns all children or descendants of the specified nodes.
|
static ArrayList<PathNode> |
PathSummary.parent(ArrayList<PathNode> nodes)
Returns all parents of the specified nodes.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<PathNode> |
Path.pathNodes(QueryContext qc)
Returns the path nodes that will result from this path.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.