| 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.xml.dtm | |
| net.sourceforge.htmlunit.xpath.xml.dtm.ref |
| Modifier and Type | Method and Description |
|---|---|
DTMIterator |
XPathContext.createDTMIterator(int whatToShow,
DTMFilter filter,
boolean entityReferenceExpansion)
Create a new
DTMIterator based only on a whatToShow and a DTMFilter. |
DTMIterator |
XPathContext.createDTMIterator(int whatToShow,
DTMFilter filter,
boolean entityReferenceExpansion)
Create a new
DTMIterator based only on a whatToShow and a DTMFilter. |
| Modifier and Type | Method and Description |
|---|---|
abstract DTMIterator |
DTMManager.createDTMIterator(int whatToShow,
DTMFilter filter,
boolean entityReferenceExpansion)
Create a new
DTMIterator based only on a whatToShow and a DTMFilter. |
abstract DTMIterator |
DTMManager.createDTMIterator(int whatToShow,
DTMFilter filter,
boolean entityReferenceExpansion)
Create a new
DTMIterator based only on a whatToShow and a DTMFilter. |
| Modifier and Type | Method and Description |
|---|---|
DTMIterator |
DTMManagerDefault.createDTMIterator(int whatToShow,
DTMFilter filter,
boolean entityReferenceExpansion)
Create a new
DTMIterator based only on a whatToShow and a DTMFilter. |
DTMIterator |
DTMManagerDefault.createDTMIterator(int whatToShow,
DTMFilter filter,
boolean entityReferenceExpansion)
Create a new
DTMIterator based only on a whatToShow and a DTMFilter. |
Copyright © 2022. All rights reserved.