| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodeSetDTM
The NodeSetDTM class can act as either a NodeVector, NodeList, or NodeIterator.
|
| Modifier and Type | Method and Description |
|---|---|
protected NodeVector |
NodeSequence.getVector()
If this iterator needs to cache nodes that are fetched, they are stored in the Vector in the
generic object.
|
protected NodeVector |
NodeSequence.getVector()
If this iterator needs to cache nodes that are fetched, they are stored in the Vector in the
generic object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
NodeSequence.SetVector(NodeVector v)
Set the vector where nodes will be cached.
|
protected void |
NodeSequence.SetVector(NodeVector v)
Set the vector where nodes will be cached.
|
Copyright © 2022–2023. All rights reserved.