Package | Description |
---|---|
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.compiler |
Implements an XPath parser which produces an OpMap, and a so-called Compiler
which produces an expression tree for fast evaluation.
|
org.apache.xpath.patterns |
Implementation of XPath nodeTest support, and XSLT pattern matching support.
|
Class and Description |
---|
NodeTest
This is the basic node test class for both match patterns and location path
steps.
|
Class and Description |
---|
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.
|
Class and Description |
---|
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.
|
Class and Description |
---|
StepPattern
This class represents a single pattern match step.
|
Class and Description |
---|
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.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.