|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjd.xml.xslt.pattern.Pattern
Pattern is a base class for XSLT patterns.
Constructor Summary | |
Pattern()
|
Method Summary | |
abstract void |
accept(PatternVisitor visitor)
Accept a PatternVisitor. |
double |
calculatePriority()
Calculate the priority for this pattern. |
abstract boolean |
match(XPathContext context)
Test if the context node matches the pattern. |
String |
toString()
Return a string representation of the pattern. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Pattern()
Method Detail |
public abstract boolean match(XPathContext context)
public double calculatePriority()
public abstract void accept(PatternVisitor visitor)
public final String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |