Uses of Interface
jd.xml.xpath.parser.TokenConstants

Packages that use TokenConstants
jd.xml.xpath.parser Contains the XPath expression parser. 
jd.xml.xslt.parser Contains parser classes for stylesheets, stylesheet templates elements and patterns. 
 

Uses of TokenConstants in jd.xml.xpath.parser
 

Classes in jd.xml.xpath.parser that implement TokenConstants
 class ExpressionParser
          An XPath expression parser.
 class Scanner
          A Scanner to tokenize XPath expressions.
 

Uses of TokenConstants in jd.xml.xslt.parser
 

Classes in jd.xml.xslt.parser that implement TokenConstants
 class PatternParser
          A parser for XSLT patterns, XPath expressions and AttributeValueTemplates.