|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.expr.parser.PathMap.PathMapArc
public static class PathMap.PathMapArc
An arc joining two nodes in the path map. The arc has a target (destination) node, and is labelled with an AxisExpression representing a step in a path expression
Method Summary | |
---|---|
byte |
getAxis()
Get the Axis associated with this arc |
NodeTest |
getNodeTest()
Get the NodeTest associated with this arc |
PathMap.PathMapNode |
getTarget()
Get the target node representing the destination of this arc |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public byte getAxis()
Axis
public NodeTest getNodeTest()
public PathMap.PathMapNode getTarget()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |