class FilterPattern extends PathPatternBase
Modifier and Type | Class and Description |
---|---|
(package private) class |
FilterPattern.Context |
Constructor and Description |
---|
FilterPattern(PathPatternBase pattern,
BooleanExpr predicate) |
Modifier and Type | Method and Description |
---|---|
int |
getDefaultPriority() |
(package private) Name |
getMatchName() |
(package private) byte |
getMatchNodeType() |
boolean |
matches(Node node,
ExprContext context) |
getAlternatives
FilterPattern(PathPatternBase pattern, BooleanExpr predicate)
public boolean matches(Node node, ExprContext context) throws XSLException
XSLException
public int getDefaultPriority()
Name getMatchName()
getMatchName
in class PathPatternBase
byte getMatchNodeType()
getMatchNodeType
in class PathPatternBase