com.icl.saxon.pattern
public final class IDPattern extends Pattern
| Constructor Summary | |
|---|---|
| IDPattern(String idvalue) | |
| Method Summary | |
|---|---|
| short | getNodeType()
Determine the type of nodes to which this pattern applies. |
| boolean | matches(NodeInfo e, Context c)
Determine whether this Pattern matches the given Node |
Returns: NodeInfo.ELEMENT
Parameters: e The NodeInfo representing the Element or other node to be tested against the Pattern
Returns: true if the node matches the Pattern, false otherwise