class ParentPattern extends PathPatternBase
| Constructor and Description |
|---|
ParentPattern(PathPatternBase childPattern,
Pattern parentPattern) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultPriority() |
(package private) Name |
getMatchName() |
(package private) byte |
getMatchNodeType() |
boolean |
matches(Node node,
ExprContext context) |
getAlternativesParentPattern(PathPatternBase childPattern, Pattern parentPattern)
public boolean matches(Node node, ExprContext context) throws XSLException
XSLExceptionpublic int getDefaultPriority()
Name getMatchName()
getMatchName in class PathPatternBasebyte getMatchNodeType()
getMatchNodeType in class PathPatternBase