|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.expr.PathMap.PathMapNode
public static class PathMap.PathMapNode
A node in the path map. A node holds a set of arcs, each representing a link to another node in the path map.
Method Summary | |
---|---|
PathMap.PathMapNode |
createArc(AxisExpression step)
Create a new arc |
void |
createArc(AxisExpression step,
PathMap.PathMapNode target)
Create a new arc to an existing target |
PathMap.PathMapArc[] |
getArcs()
Get the arcs emanating from this node in the PathMap |
boolean |
hasUnknownDependencies()
Ask whether the path has unknown dependencies, typically because a node reached by the path is supplied as an argument to a user-defined function |
boolean |
isAtomized()
Ask whether the typed value (or string value) of the node reached by this path will be required. |
boolean |
isReturnable()
Ask whether the node represents a value that is returnable as the result of the supplied expression, rather than merely a node that is visited en route |
void |
setAtomized()
Indicate that the typed value or string value of the node reached by this path will be used. |
void |
setHasUnknownDependencies()
Indicate that the path has unknown dependencies, typically because a node reached by the path is supplied as an argument to a user-defined function |
void |
setReturnable(boolean returnable)
Indicate that the node represents a value that is returnable as the result of the supplied expression, rather than merely a node that is visited en route |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public PathMap.PathMapNode createArc(AxisExpression step)
step
- the AxisExpression representing this step
public void createArc(AxisExpression step, PathMap.PathMapNode target)
step
- the AxisExpression representing this steptarget
- the target node of the new arcpublic PathMap.PathMapArc[] getArcs()
public void setReturnable(boolean returnable)
returnable
- true if the node represents a final result of the expressionpublic boolean isReturnable()
public void setAtomized()
public boolean isAtomized()
public void setHasUnknownDependencies()
public boolean hasUnknownDependencies()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |