|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jclark.xsl.expr.AlternativesPattern
Constructor Summary | |
(package private) |
AlternativesPattern(TopLevelPattern pattern1,
PathPattern pattern2)
|
Method Summary | |
PathPattern[] |
getAlternatives()
|
boolean |
matches(Node node,
ExprContext context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
AlternativesPattern(TopLevelPattern pattern1, PathPattern pattern2)
Method Detail |
public boolean matches(Node node, ExprContext context) throws XSLException
matches
in interface Pattern
XSLException
public PathPattern[] getAlternatives()
getAlternatives
in interface TopLevelPattern
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |