com.icl.saxon.pattern
public final class KeyPattern extends Pattern
| Constructor Summary | |
|---|---|
| KeyPattern(int namecode, String value)
Constructor | |
| Method Summary | |
|---|---|
| boolean | matches(NodeInfo e, Context c)
Determine whether this Pattern matches the given Node. |
Parameters: name the name of the key value the value of the key
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