| 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.functions |
Implements XPath functions -- each function is derived from Function,
FunctionOneArg, Function2Args, etc, with number-of-arguments checking being
applied mainly at compile time -- this package only implements XPath functions,
XSLT functions are found in the "templates" package.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XPath.callVisitors(ExpressionOwner owner,
XPathVisitor visitor)
This will traverse the heararchy, calling the visitor for
each member.
|
void |
XPathVisitable.callVisitors(ExpressionOwner owner,
XPathVisitor visitor)
This will traverse the heararchy, calling the visitor for
each member.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HasPositionalPredChecker |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterExprIterator.callPredicateVisitors(XPathVisitor visitor)
This will traverse the heararchy, calling the visitor for
each member.
|
void |
FilterExprIteratorSimple.callPredicateVisitors(XPathVisitor visitor)
This will traverse the heararchy, calling the visitor for
each member.
|
void |
FilterExprWalker.callPredicateVisitors(XPathVisitor visitor)
This will traverse the heararchy, calling the visitor for
each member.
|
void |
PredicatedNodeTest.callPredicateVisitors(XPathVisitor visitor)
This will traverse the heararchy, calling the visitor for
each member.
|
void |
AxesWalker.callVisitors(ExpressionOwner owner,
XPathVisitor visitor)
This will traverse the heararchy, calling the visitor for
each member.
|
void |
LocPathIterator.callVisitors(ExpressionOwner owner,
XPathVisitor visitor) |
void |
UnionPathIterator.callVisitors(ExpressionOwner owner,
XPathVisitor visitor) |
void |
WalkingIterator.callVisitors(ExpressionOwner owner,
XPathVisitor visitor) |
| Modifier and Type | Method and Description |
|---|---|
void |
FuncExtFunction.callArgVisitors(XPathVisitor visitor)
Call the visitors for the function arguments.
|
void |
Function.callArgVisitors(XPathVisitor visitor)
Call the visitors for the function arguments.
|
void |
Function2Args.callArgVisitors(XPathVisitor visitor) |
void |
Function3Args.callArgVisitors(XPathVisitor visitor) |
void |
FunctionMultiArgs.callArgVisitors(XPathVisitor visitor) |
void |
FunctionOneArg.callArgVisitors(XPathVisitor visitor) |
void |
Function.callVisitors(ExpressionOwner owner,
XPathVisitor visitor) |
| Modifier and Type | Method and Description |
|---|---|
void |
XNumber.callVisitors(ExpressionOwner owner,
XPathVisitor visitor) |
void |
XObject.callVisitors(ExpressionOwner owner,
XPathVisitor visitor) |
void |
XString.callVisitors(ExpressionOwner owner,
XPathVisitor visitor) |
| Modifier and Type | Method and Description |
|---|---|
void |
Operation.callVisitors(ExpressionOwner owner,
XPathVisitor visitor) |
void |
UnaryOperation.callVisitors(ExpressionOwner owner,
XPathVisitor visitor) |
void |
Variable.callVisitors(ExpressionOwner owner,
XPathVisitor visitor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FunctionPattern.callSubtreeVisitors(XPathVisitor visitor)
Call the visitor for the function.
|
protected void |
StepPattern.callSubtreeVisitors(XPathVisitor visitor)
Call the visitors on the subtree.
|
void |
NodeTest.callVisitors(ExpressionOwner owner,
XPathVisitor visitor) |
void |
StepPattern.callVisitors(ExpressionOwner owner,
XPathVisitor visitor) |
void |
UnionPattern.callVisitors(ExpressionOwner owner,
XPathVisitor visitor) |
Copyright © 2018–2021 mhoffrogge. All rights reserved.