Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.xpath.patterns

Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages.

See:
          Description

Interface Summary
NodeTestFilter This interface should be implemented by Nodes and/or iterators, when they need to know what the node test is before they do getNextChild, etc.
 

Class Summary
ContextMatchStepPattern Special context node pattern matcher.
FunctionPattern Match pattern step that contains a function.
NodeTest This is the basic node test class for both match patterns and location path steps.
StepPattern This class represents a single pattern match step.
UnionPattern This class represents a union pattern, which can have multiple individual StepPattern patterns.
 

Package org.apache.xpath.patterns Description

Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages.