Uses of Class
org.htmlunit.javascript.host.dom.NodeList
Packages that use NodeList
Package
Description
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of NodeList in org.htmlunit.javascript.host
Methods in org.htmlunit.javascript.host that return NodeListModifier and TypeMethodDescriptionElement.querySelectorAll(String selectors) Retrieves all element nodes from descendants of the starting element node that match any selector within the supplied selector strings. -
Uses of NodeList in org.htmlunit.javascript.host.dom
Subclasses of NodeList in org.htmlunit.javascript.host.domMethods in org.htmlunit.javascript.host.dom that return NodeListModifier and TypeMethodDescriptionMutationRecord.getAddedNodes()Node.getChildNodes()Returns the child nodes of the current element.Document.getElementsByName(String elementName) Returns all HTML elements that have anameattribute with the specified value.MutationRecord.getRemovedNodes()Document.querySelectorAll(String selectors) Retrieves all element nodes from descendants of the starting element node that match any selector within the supplied selector strings.DocumentFragment.querySelectorAll(String selectors) Retrieves all element nodes from descendants of the starting element node that match any selector within the supplied selector strings.static NodeListNodeList.staticNodeList(HtmlUnitScriptable parentScope, List<DomNode> elements) Gets a static NodeList. -
Uses of NodeList in org.htmlunit.javascript.host.html
Methods in org.htmlunit.javascript.host.html that return NodeListModifier and TypeMethodDescriptionHTMLDocument.getElementsByName(String elementName) Returns all HTML elements that have anameattribute with the specified value.HTMLButtonElement.getLabels()Returns the labels associated with the element.HTMLInputElement.getLabels()Returns the labels associated with the element.HTMLMeterElement.getLabels()Returns the labels associated with the element.HTMLOutputElement.getLabels()Returns the labels associated with the element.HTMLProgressElement.getLabels()Returns the labels associated with the element.HTMLSelectElement.getLabels()Returns the labels associated with the element.HTMLTextAreaElement.getLabels()Returns the labels associated with the element.