Package net.sf.saxon.expr
Class PathMap.PathMapArc
- java.lang.Object
-
- net.sf.saxon.expr.PathMap.PathMapArc
-
- Enclosing class:
- PathMap
public static class PathMap.PathMapArc extends java.lang.ObjectAn 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AxisExpressiongetStep()Get the AxisExpression associated with this arcPathMap.PathMapNodegetTarget()Get the target node representing the destination of this arc
-
-
-
Method Detail
-
getStep
public AxisExpression getStep()
Get the AxisExpression associated with this arc- Returns:
- the AxisExpression
-
getTarget
public PathMap.PathMapNode getTarget()
Get the target node representing the destination of this arc- Returns:
- the target node
-
-