| Package | Description |
|---|---|
| net.sourceforge.htmlunit.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
| net.sourceforge.htmlunit.xpath.axes |
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
|
| net.sourceforge.htmlunit.xpath.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.
|
| net.sourceforge.htmlunit.xpath.objects |
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
|
| net.sourceforge.htmlunit.xpath.operations |
Support for XPath operations, such as +, -, string(), etc.
|
| net.sourceforge.htmlunit.xpath.patterns |
Implementation of XPath nodeTest support, and XSLT pattern matching support.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XPath.callVisitors(XPathVisitor visitor)
This will traverse the heararchy, calling the visitor for each member.
|
void |
XPathVisitable.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
void |
XPathVisitable.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
void |
XPath.callVisitors(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 |
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 |
PredicatedNodeTest.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 |
AxesWalker.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
void |
LocPathIterator.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
void |
UnionPathIterator.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
void |
WalkingIterator.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
void |
WalkingIterator.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
void |
UnionPathIterator.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
void |
LocPathIterator.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
void |
AxesWalker.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Function.callArgVisitors(XPathVisitor visitor)
Call the visitors for the function arguments.
|
void |
Function2Args.callArgVisitors(XPathVisitor visitor)
Call the visitors for the function arguments.
|
void |
Function3Args.callArgVisitors(XPathVisitor visitor)
Call the visitors for the function arguments.
|
void |
FunctionMultiArgs.callArgVisitors(XPathVisitor visitor)
Call the visitors for the function arguments.
|
void |
FunctionOneArg.callArgVisitors(XPathVisitor visitor)
Call the visitors for the function arguments.
|
void |
FunctionOneArg.callArgVisitors(XPathVisitor visitor)
Call the visitors for the function arguments.
|
void |
FunctionMultiArgs.callArgVisitors(XPathVisitor visitor)
Call the visitors for the function arguments.
|
void |
Function3Args.callArgVisitors(XPathVisitor visitor)
Call the visitors for the function arguments.
|
void |
Function2Args.callArgVisitors(XPathVisitor visitor)
Call the visitors for the function arguments.
|
void |
Function.callArgVisitors(XPathVisitor visitor)
Call the visitors for the function arguments.
|
void |
Function.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
void |
Function.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XNumber.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
void |
XObject.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
void |
XString.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
void |
XString.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
void |
XObject.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
void |
XNumber.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Operation.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
void |
UnaryOperation.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
void |
UnaryOperation.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
void |
Operation.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FunctionPattern.callSubtreeVisitors(XPathVisitor visitor)
Call the visitors on the subtree.
|
protected void |
StepPattern.callSubtreeVisitors(XPathVisitor visitor)
Call the visitors on the subtree.
|
protected void |
StepPattern.callSubtreeVisitors(XPathVisitor visitor)
Call the visitors on the subtree.
|
protected void |
FunctionPattern.callSubtreeVisitors(XPathVisitor visitor)
Call the visitors on the subtree.
|
void |
NodeTest.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
void |
StepPattern.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
void |
UnionPattern.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
void |
UnionPattern.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
void |
StepPattern.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
void |
NodeTest.callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
Copyright © 2022. All rights reserved.