Uses of Package
org.apache.xpath.patterns

Packages that use org.apache.xpath.patterns
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xpath Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. 
org.apache.xpath.axes Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator. 
org.apache.xpath.patterns Implementation of XPath nodeTest support, and XSLT pattern matching support. 
 

Classes in org.apache.xpath.patterns used by org.apache.xalan.transformer
NodeTest
          **For advanced use only** This is the basic node test class for both match patterns and location path steps.
 

Classes in org.apache.xpath.patterns used by org.apache.xpath
NodeTest
          **For advanced use only** This is the basic node test class for both match patterns and location path steps.
StepPattern
          **For advanced use only** This class represents a single pattern match step.
UnionPattern
          **For advanced use only** This class represents a union pattern, which can have multiple individual StepPattern patterns.
 

Classes in org.apache.xpath.patterns used by org.apache.xpath.axes
NodeTest
          **For advanced use only** This is the basic node test class for both match patterns and location path steps.
 

Classes in org.apache.xpath.patterns used by org.apache.xpath.patterns
NodeTest
          **For advanced use only** This is the basic node test class for both match patterns and location path steps.
StepPattern
          **For advanced use only** This class represents a single pattern match step.
 



Copyright © 2002 Apache XML Project. All Rights Reserved.