| Package | Description |
|---|---|
| net.sourceforge.htmlunit.xpath.axes |
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilterExprWalker
Walker for the OP_VARIABLE, or OP_FUNCTION, or OP_GROUP, op codes.
|
class |
ReverseAxesWalker
Walker for a reverse axes.
|
| Modifier and Type | Field and Description |
|---|---|
protected AxesWalker |
WalkingIterator.m_firstWalker
The head of the step walker list.
|
protected AxesWalker |
WalkingIterator.m_firstWalker
The head of the step walker list.
|
protected AxesWalker |
WalkingIterator.m_lastUsedWalker
The last used step walker in the walker list.
|
protected AxesWalker |
WalkingIterator.m_lastUsedWalker
The last used step walker in the walker list.
|
protected AxesWalker |
AxesWalker.m_nextWalker
The next walker in the location step chain.
|
protected AxesWalker |
AxesWalker.m_nextWalker
The next walker in the location step chain.
|
| Modifier and Type | Method and Description |
|---|---|
AxesWalker |
WalkingIterator.getLastUsedWalker()
Get the last used walker.
|
AxesWalker |
WalkingIterator.getLastUsedWalker()
Get the last used walker.
|
AxesWalker |
AxesWalker.getNextWalker()
Get the next walker in the location step chain.
|
AxesWalker |
AxesWalker.getNextWalker()
Get the next walker in the location step chain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WalkingIterator.setLastUsedWalker(AxesWalker walker)
Set the last used walker.
|
void |
WalkingIterator.setLastUsedWalker(AxesWalker walker)
Set the last used walker.
|
void |
AxesWalker.setNextWalker(AxesWalker walker)
Set the next walker in the location step chain.
|
void |
AxesWalker.setNextWalker(AxesWalker walker)
Set the next walker in the location step chain.
|
void |
AxesWalker.setPrevWalker(AxesWalker walker)
Set or clear the previous walker reference in the location step chain.
|
void |
AxesWalker.setPrevWalker(AxesWalker walker)
Set or clear the previous walker reference in the location step chain.
|
Copyright © 2022–2023. All rights reserved.