|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjd.xml.xslt.pattern.Pattern
jd.xml.xslt.pattern.KeyPattern
KeyPattern represents the key pattern.
| Constructor Summary | |
KeyPattern(String keyName,
String keyValue)
Create a KeyPattern. |
|
| Method Summary | |
void |
accept(PatternVisitor visitor)
Accept a PatternVisitor. |
boolean |
match(XPathContext context)
Test if the context node matches the pattern. |
| Methods inherited from class jd.xml.xslt.pattern.Pattern |
calculatePriority, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public KeyPattern(String keyName,
String keyValue)
| Method Detail |
public boolean match(XPathContext context)
match in class Patternpublic void accept(PatternVisitor visitor)
accept in class Pattern
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||