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) |
getAlternatives
ParentPattern(PathPatternBase childPattern, Pattern parentPattern)
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