Uses of Class
org.htmlunit.javascript.host.html.HTMLCollection
Packages that use HTMLCollection
Package
Description
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the CSS 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.
Implementations of the XML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of HTMLCollection in org.htmlunit.javascript.host
Subclasses of HTMLCollection in org.htmlunit.javascript.hostFields in org.htmlunit.javascript.host with type parameters of type HTMLCollectionMethods in org.htmlunit.javascript.host that return HTMLCollectionModifier and TypeMethodDescriptionElement.getChildren()
Gets the children of the current node.Element.getElementsByClassName
(String className) Returns all the descendant elements with the specified class.Element.getElementsByTagName
(String tagName) Returns all the descendant elements with the specified tag name.private HTMLCollection
Window.getFrames()
Returns the live collection of frames contained by this window. -
Uses of HTMLCollection in org.htmlunit.javascript.host.css
Fields in org.htmlunit.javascript.host.css declared as HTMLCollectionModifier and TypeFieldDescriptionprivate HTMLCollection
StyleSheetList.nodes_
We back the stylesheet list with anHTMLCollection
of styles/links because this list must be "live". -
Uses of HTMLCollection in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom that return HTMLCollectionModifier and TypeMethodDescriptionDocument.getAll()
Returns the value of theall
property.Document.getChildren()
Gets the children of the current node.DocumentFragment.getChildren()
Gets the children of the current node.protected HTMLCollection
Node.getChildren()
Gets the children of the current node.Document.getElementsByClassName
(String className) Returns all the descendant elements with the specified class name.Document.getElementsByTagName
(String tagName) Returns all the descendant elements with the specified tag name. -
Uses of HTMLCollection in org.htmlunit.javascript.host.html
Subclasses of HTMLCollection in org.htmlunit.javascript.host.htmlModifier and TypeClassDescriptionclass
A specialHTMLCollection
fordocument.all
.class
A JavaScript object forHTMLFormControlsCollection
.Fields in org.htmlunit.javascript.host.html declared as HTMLCollectionModifier and TypeFieldDescriptionprivate HTMLCollection
HTMLMapElement.areas_
private HTMLCollection
HTMLDataListElement.options_
Methods in org.htmlunit.javascript.host.html that return HTMLCollectionModifier and TypeMethodDescriptionprotected HTMLCollection
Constructs a new instance with an initial cache value.static HTMLCollection
HTMLCollection.emptyCollection
(DomNode domNode) Gets an empty collection.HTMLMapElement.getAreas()
Returns the value of the JavaScript attributeareas
.HTMLFormElement.getElements()
Returns the value of the propertyelements
.HTMLDocument.getElementsByClassName
(String className) Returns all the descendant elements with the specified class name. -
Uses of HTMLCollection in org.htmlunit.javascript.host.xml
Methods in org.htmlunit.javascript.host.xml that return HTMLCollectionModifier and TypeMethodDescriptionXMLDocument.getElementsByTagName
(String tagName) Returns all the descendant elements with the specified tag name.