Uses of Class
jd.xml.xpath.axis.NodeNameTest

Packages that use NodeNameTest
jd.xml.xpath.axis Contains classes that implement the path expressions. 
jd.xml.xpath.axis.name Contains implementations for NodeNameTest. 
jd.xml.xpath.parser Contains the XPath expression parser. 
jd.xml.xslt.pattern Contains classes for XSLT template patterns. 
 

Uses of NodeNameTest in jd.xml.xpath.axis
 

Fields in jd.xml.xpath.axis declared as NodeNameTest
static NodeNameTest NodeNameTest.ALL
           
 

Methods in jd.xml.xpath.axis that return NodeNameTest
static NodeNameTest NodeNameTest.getTest(String uri, String qname, String prefix, String localName, NodeNamePool pool)
          Create a NodeNameTest
 

Uses of NodeNameTest in jd.xml.xpath.axis.name
 

Subclasses of NodeNameTest in jd.xml.xpath.axis.name
 class AllNameTest
          A NodeNameTest that accepts all names and only tests the principalType.
 class NcNameTest
          A NodeTest to filter nodes which match a unqualified NCName.
 class PooledNameTest
          A NodeTest to filter nodes which match a specific NodeName of a NamePool.
 class PooledUriTest
          A NodeTest to filter nodes which match the namespace uri of a NodeName of a NamePool.
 class QNameTest
          A NodeTest to filter nodes that match a qualified name.
 class UriTest
          A NodeTest to filter nodes which match a namespace uri.
 

Uses of NodeNameTest in jd.xml.xpath.parser
 

Methods in jd.xml.xpath.parser that return NodeNameTest
 NodeNameTest ExpressionParser.parseNodeNameTest(Scanner scanner, String qname, boolean useNamePool)
           
 

Uses of NodeNameTest in jd.xml.xslt.pattern
 

Methods in jd.xml.xslt.pattern with parameters of type NodeNameTest
 void PatternWriter.numberCountPattern(Pattern pattern, XPathNode node, NodeNameTest nameTest)
           
 void PatternVisitor.numberCountPattern(Pattern pattern, XPathNode node, NodeNameTest nameTest)
           
 void PatternClassifier.numberCountPattern(Pattern pattern, XPathNode node, NodeNameTest nameTest)