public interface NodeVectorTree
NodeTest
class, which is able to match nodes without actually instantiating
the NodeInfo objectModifier and Type | Method and Description |
---|---|
int |
getFingerprint(int nodeNr)
Get the integer fingerprint of the node at a given position in the tree
|
int[] |
getNameCodeArray() |
NodeInfo |
getNode(int nodeNr)
Construct a NodeInfo representing the node at a given position in the tree
|
int |
getNodeKind(int nodeNr)
Get the kind of node at a given position in the tree
|
byte[] |
getNodeKindArray() |
boolean |
isTyped()
Ask whether the tree contains non-trivial type information (from schema validation)
|
boolean isTyped()
NodeInfo getNode(int nodeNr)
nodeNr
- the node number in the treeint getNodeKind(int nodeNr)
nodeNr
- the node numberType.ELEMENT
int getFingerprint(int nodeNr)
nodeNr
- the node numberbyte[] getNodeKindArray()
int[] getNameCodeArray()
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.