Package jd.xml.xpath.axis.name

Contains implementations for NodeNameTest.

See:
          Description

Class Summary
AllNameTest A NodeNameTest that accepts all names and only tests the principalType.
NcNameTest A NodeTest to filter nodes which match a unqualified NCName.
PooledNameTest A NodeTest to filter nodes which match a specific NodeName of a NamePool.
PooledUriTest A NodeTest to filter nodes which match the namespace uri of a NodeName of a NamePool.
QNameTest A NodeTest to filter nodes that match a qualified name.
UriTest A NodeTest to filter nodes which match a namespace uri.
 

Package jd.xml.xpath.axis.name Description

Contains implementations for NodeNameTest.