Package jd.xml.xpath.axis

Contains classes that implement the path expressions.

See:
          Description

Interface Summary
NodeTestVisitor A Visitor interface for NodeTests.
 

Class Summary
AncestorAxis AncestorAxis represents the ancestor axis.
AncestorOrSelfAxis AncestorOrSelfAxis represents the ancestor-or-self axis.
AttributeAxis AttributeAxis represents the attribute axis.
Axis Axis is the base class for all axis implementations.
AxisLibrary A collection of all XPath axis instances.
ChildAxis ChildAxis represents the child axis.
DescendantAxis DescendantAxis represents the descendant axis.
DescendantOrSelfAxis DescendantOrSelfAxis represents the descendant-or-self axis.
FollowingAxis FollowingAxis represents the following axis.
FollowingSiblingAxis FollowingSiblingAxis represents the following-sibling axis.
NamespaceAxis NamespaceAxis represents the namespace axis.
NodeNameTest A NodeTest to filter nodes with certain names.
NodeTest A base class for node tests.
NodeTestUnion A NodeTest implementation which accepts a node if it is accepted by at least one of two NodeTests.
NodeTestWalker A walker which filters the nodes of another walker with a node-test.
NodeTypeTest A NodeTest to filter nodes with certain types.
ParentAxis ParentAxis represents the parent axis.
PrecedingAxis PrecedingAxis represents the preceding axis.
PrecedingSiblingAxis PrecedingSiblingAxis represents the preceding-sibling axis.
RootAxis RootAxis represents the pseudo-axis for the document root.
SelfAxis SelfAxis represents the self axis.
 

Package jd.xml.xpath.axis Description

Contains classes that implement the path expressions.