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) |
getAlternativesFilterPattern(PathPatternBase pattern, BooleanExpr predicate)
public boolean matches(Node node, ExprContext context) throws XSLException
XSLExceptionpublic int getDefaultPriority()
Name getMatchName()
getMatchName in class PathPatternBasebyte getMatchNodeType()
getMatchNodeType in class PathPatternBase