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 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
Methods 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. -
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 theallproperty.Document.getChildren()Gets the children of the current node.DocumentFragment.getChildren()Gets the children of the current node.protected HTMLCollectionNode.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 TypeClassDescriptionclassA specialHTMLCollectionfordocument.all.classA JavaScript object forHTMLFormControlsCollection.Methods in org.htmlunit.javascript.host.html that return HTMLCollectionModifier and TypeMethodDescriptionprotected HTMLCollectionConstructs a new instance with an initial cache value.static HTMLCollectionHTMLCollection.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.