Uses of Interface
org.htmlunit.html.DomNodeList
Packages that use DomNodeList
Package
Description
Framework classes (contains the
WebClient
class which is the main entry point).Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.-
Uses of DomNodeList in org.htmlunit
Methods in org.htmlunit that return DomNodeListModifier and TypeMethodDescriptionSgmlPage.getElementsByTagName
(String tagName) SgmlPage.getElementsByTagNameNS
(String namespaceURI, String localName) -
Uses of DomNodeList in org.htmlunit.html
Classes in org.htmlunit.html that implement DomNodeListModifier and TypeClassDescriptionclass
AbstractDomNodeList<E extends DomNode>
A generic DomNodeList implementation ofNodeList
.Methods in org.htmlunit.html that return DomNodeListModifier and TypeMethodDescriptionDomNode.getChildNodes()
DomElement.getElementsByTagName
(String tagName) DomElement.getElementsByTagNameNS
(String namespace, String localName) Not yet implemented.DomNode.querySelectorAll
(String selectors) Retrieves all element nodes from descendants of the starting element node that match any selector within the supplied selector strings.