jd.xml.xslt.pattern
Class NumberCountPattern
java.lang.Object
jd.xml.xslt.pattern.Pattern
jd.xml.xslt.pattern.NumberCountPattern
- public class NumberCountPattern
- extends Pattern
NumberCountPattern is a pattern used by a NumberTemplate.
NumberCountPattern
public NumberCountPattern(XPathNode node)
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