com.icl.saxon.pattern
public final class AnyNodeTest extends NodeTest
| Field Summary | |
|---|---|
| static AnyNodeTest | instance |
| Constructor Summary | |
|---|---|
| AnyNodeTest() | |
| Method Summary | |
|---|---|
| double | getDefaultPriority()
Determine the default priority of this node test when used on its own as a Pattern |
| static AnyNodeTest | getInstance()
Get an instance of AnyNodeTest |
| boolean | matches(NodeInfo node)
Test whether this node test is satisfied by a given node |
| boolean | matches(short nodeType, int fingerprint)
Test whether this node test is satisfied by a given node |
Parameters: nodeType The type of node to be matched fingerprint identifies the expanded name of the node to be matched