| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xpath.external |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
| jdk7u.jaxp.org.apache.xpath.external.axes |
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
|
| jdk7u.jaxp.org.apache.xpath.external.objects |
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
|
| jdk7u.jaxp.org.apache.xpath.external.operations |
Support for XPath operations, such as +, -, string(), etc.
|
| jdk7u.jaxp.org.apache.xpath.external.patterns |
Implementation of XPath nodeTest support, and XSLT pattern matching support.
|
| Class and Description | |
|---|---|
| ContextNodeList
Classes who implement this interface can be a
current node list,
also refered to here as a
|
|
| LocPathIterator
This class extends NodeSetDTM, which implements NodeIterator,
and fetches nodes one at a time in document order based on a XPath
SubContextList
|
A class that implements this interface is a sub context node list, meaning it
is a node list for a location path step for a predicate.
|
| UnionPathIterator
This class extends NodeSetDTM, which implements DTMIterator,
and fetches nodes one at a time in document order based on a XPath
UnionExpr.
|
| Class and Description | |
|---|---|
| AxesWalker
Serves as common interface for axes Walkers, and stores common
state variables.
|
|
| BasicTestIterator
Base for iterators that handle predicates.
|
|
| ChildTestIterator
This class implements an optimized iterator for
children patterns that have a node test, and possibly a predicate.
|
|
| IteratorPool
Pool of object of a given type to pick from to help memory usage
|
|
| LocPathIterator
This class extends NodeSetDTM, which implements NodeIterator,
and fetches nodes one at a time in document order based on a XPath
PathComponent
|
Classes who implement this information provide information needed for
static analysis of a path component.
|
| PredicatedNodeTest | |
| SubContextList
A class that implements this interface is a sub context node list, meaning it
is a node list for a location path step for a predicate.
|
|
| WalkingIterator
Location path iterator that uses Walkers.
|
| Class and Description |
|---|
| NodeSequence
This class is the dynamic wrapper for a Xalan DTMIterator instance, and
provides random access capabilities.
|
| PathComponent
Classes who implement this information provide information needed for
static analysis of a path component.
|
| Class and Description |
|---|
| PathComponent
Classes who implement this information provide information needed for
static analysis of a path component.
|
| Class and Description |
|---|
| SubContextList
A class that implements this interface is a sub context node list, meaning it
is a node list for a location path step for a predicate.
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.