public static class PathMap.PathMapArc
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
PathMapArc(int axis,
NodeTest test,
PathMap.PathMapNode target)
Create a PathMapArc
|
Modifier and Type | Method and Description |
---|---|
int |
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
|
protected PathMapArc(int axis, NodeTest test, PathMap.PathMapNode target)
axis
- the axis (a constant from class AxisInfo
test
- the node testtarget
- the node reached by following this arcpublic int getAxis()
AxisInfo
public NodeTest getNodeTest()
public PathMap.PathMapNode getTarget()
Copyright (c) 2004-2022 Saxonica Limited. All rights reserved.