Package | Description |
---|---|
org.htmlunit |
Framework classes (contains the
WebClient
class which is the main entry point). |
org.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content. |
Modifier and Type | Method and Description |
---|---|
DomNodeList<DomElement> |
SgmlPage.getElementsByTagName(String tagName) |
DomNodeList<DomElement> |
SgmlPage.getElementsByTagNameNS(String namespaceURI,
String localName) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDomNodeList<E extends DomNode>
A generic DomNodeList implementation of
NodeList . |
Modifier and Type | Method and Description |
---|---|
DomNodeList<DomNode> |
DomNode.getChildNodes() |
DomNodeList<HtmlElement> |
DomElement.getElementsByTagName(String tagName) |
DomNodeList<HtmlElement> |
DomElement.getElementsByTagNameNS(String namespace,
String localName)
Not yet implemented.
|
DomNodeList<DomNode> |
DomNode.querySelectorAll(String selectors)
Retrieves all element nodes from descendants of the starting element node that match any selector
within the supplied selector strings.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.