|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.icl.saxon.pattern.Pattern | +--com.icl.saxon.pattern.IDPattern
An IDPattern is a pattern of the form id(literal)
Fields inherited from class com.icl.saxon.pattern.Pattern |
originalText, staticContext |
Constructor Summary | |
IDPattern(java.lang.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 |
Methods inherited from class com.icl.saxon.pattern.Pattern |
getDefaultPriority, getFingerprint, getLineNumber, 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 IDPattern(java.lang.String idvalue)
Method Detail |
public boolean matches(NodeInfo e, Context c) throws XPathException
matches
in class Pattern
e
- The NodeInfo representing the Element or other node to be tested against the Patternpublic short getNodeType()
getNodeType
in class Pattern
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |