|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.icl.saxon.pattern.Pattern
com.icl.saxon.pattern.KeyPattern
public final class KeyPattern
A KeyPattern is a pattern of the form key(keyname, keyvalue)
| Field Summary |
|---|
| Fields inherited from class com.icl.saxon.pattern.Pattern |
|---|
originalText, staticContext |
| Constructor Summary | |
|---|---|
KeyPattern(int namecode,
java.lang.String value)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
matches(NodeInfo e,
Context c)
Determine whether this Pattern matches the given Node. |
| 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 |
| Constructor Detail |
|---|
public KeyPattern(int namecode,
java.lang.String value)
name - the name of the keyvalue - the value of the key| Method Detail |
|---|
public boolean matches(NodeInfo e,
Context c)
throws XPathException
matches in class Patterne - The NodeInfo representing the Element or other node to be tested against the Patternc - The context in which the match is to take place. Only relevant if the pattern
uses variables.
XPathException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||