jd.xml.xslt.pattern
Class ComposedPathPattern
java.lang.Object
jd.xml.xslt.pattern.Pattern
jd.xml.xslt.pattern.ComposedPathPattern
- public class ComposedPathPattern
- extends Pattern
ComposedPath pattern represents the pattern which is composed of two
path patterns, either direct (lhs/rhs) or indirect (lhs//rhs).
ComposedPathPattern
public ComposedPathPattern(Pattern lhs,
Pattern rhs,
boolean composeDirect)
- Create the ComposedPathPattern.
match
public boolean match(XPathContext context)
- Test if the context node matches the pattern.
- Specified by:
match
in class Pattern
accept
public void accept(PatternVisitor visitor)
- Accept a PatternVisitor.
- Specified by:
accept
in class Pattern