com.icl.saxon.pattern
public final class AnyChildNodePattern extends NodeTest
Method Summary | |
---|---|
double | getDefaultPriority()
Determine the default priority to use if this pattern appears as a match pattern
for a template with no explicit priority attribute. |
short | getNodeType()
Determine the type of nodes to which this pattern applies. |
boolean | matches(NodeInfo node)
Determine whether the pattern matches a given node. |
boolean | matches(short nodeType, int fingerprint)
Test whether this node test is satisfied by a given node |
Returns: the node type
Parameters: node the node to be tested
Returns: true if the pattern matches, else false
Parameters: nodeType The type of node to be matched fingerprint identifies the expanded name of the node to be matched