|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.xpath.patterns | |
---|---|
org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees.
TransformerImpl implements the
Transformer interface, and is the core representation
of the transformation execution.
For each node in the XML source, TransformerImpl uses the StylesheetRoot and underlying XSLT schema to determine which
template to apply: one of the templates in the StylesheetRoot, a default template rule as specified in the XSLT spec, or
none.
The Transformer works with SerializationHandler to
forward the SAX-like events produced by the
transformation to the appropriate output ContentHandler.
To the degree possible, the parsing of the XML source and application of the Templates object to that source are performed
concurrently in separate threads. |
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
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
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. |
Classes in org.apache.xpath.patterns used by org.apache.xpath.axes | |
---|---|
NodeTest
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
This is the basic node test class for both match patterns and location path steps. |
|
StepPattern
This class represents a single pattern match step. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |