: Class KeyPattern
com.icl.saxon.pattern
Class KeyPattern
java.lang.Object
|
+--com.icl.saxon.pattern.Pattern
|
+--com.icl.saxon.pattern.KeyPattern
- public final class KeyPattern
- extends Pattern
A KeyPattern is a pattern of the form key(keyname, keyvalue)
Constructor Summary |
KeyPattern(int namecode,
java.lang.String value)
Constructor |
Methods inherited from class com.icl.saxon.pattern.Pattern |
getDefaultPriority, getFingerprint, getLineNumber, getNodeType, getStaticContext, getSystemId, make, setOriginalText, setStaticContext, simplify, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
KeyPattern
public KeyPattern(int namecode,
java.lang.String value)
- Constructor
- Parameters:
name
- the name of the keyvalue
- the value of the key
matches
public boolean matches(NodeInfo e,
Context c)
throws XPathException
- Determine whether this Pattern matches the given Node.
- Overrides:
matches
in class Pattern
- 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