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.domFields in org.htmlunit.javascript.host.dom declared as NodeListModifier and TypeFieldDescriptionprivate NodeListMutationRecord.addedNodes_private NodeListNode.childNodes_"Live" child nodes collection; has to be a member to have equality (==) working.private NodeListMutationRecord.removedNodes_Methods 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.Methods in org.htmlunit.javascript.host.dom with parameters of type NodeListModifier and TypeMethodDescription(package private) voidMutationRecord.setAddedNodes(NodeList addedNodes) Sets theaddedNodesproperty.(package private) voidMutationRecord.setRemovedNodes(NodeList removedNodes) Sets theremovedNodesproperty. -
Uses of NodeList in org.htmlunit.javascript.host.html
Subclasses of NodeList in org.htmlunit.javascript.host.htmlModifier and TypeClassDescription(package private) classA specialNodeListto implement.labelsproperty.Fields in org.htmlunit.javascript.host.html declared as NodeListModifier and TypeFieldDescriptionprivate NodeListHTMLButtonElement.labels_"Live" labels collection; has to be a member to have equality (==) working.private NodeListHTMLInputElement.labels_"Live" labels collection; has to be a member to have equality (==) working.private NodeListHTMLMeterElement.labels_"Live" labels collection; has to be a member to have equality (==) working.private NodeListHTMLOutputElement.labels_"Live" labels collection; has to be a member to have equality (==) working.private NodeListHTMLProgressElement.labels_"Live" labels collection; has to be a member to have equality (==) working.private NodeListHTMLSelectElement.labels_"Live" labels collection; has to be a member to have equality (==) working.private NodeListHTMLTextAreaElement.labels_"Live" labels collection; has to be a member to have equality (==) working.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.