Uses of Class
org.htmlunit.javascript.host.html.HTMLCollection
-
Packages that use HTMLCollection Package Description org.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.css Implementations of the CSS JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.dom Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.html Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.xml 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.host Modifier and Type Class Description (package private) classHTMLCollectionFramesFields in org.htmlunit.javascript.host with type parameters of type HTMLCollection Modifier and Type Field Description private java.util.Map<java.lang.String,HTMLCollection>Element. elementsByTagName_Methods in org.htmlunit.javascript.host that return HTMLCollection Modifier and Type Method Description HTMLCollectionElement. getChildren()Gets the children of the current node.HTMLCollectionElement. getElementsByClassName(java.lang.String className)Returns all the descendant elements with the specified class.HTMLCollectionElement. getElementsByTagName(java.lang.String tagName)Returns all the descendant elements with the specified tag name.private HTMLCollectionWindow. 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 HTMLCollection Modifier and Type Field Description private HTMLCollectionStyleSheetList. nodes_We back the stylesheet list with anHTMLCollectionof 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 HTMLCollection Modifier and Type Method Description HTMLCollectionDocument. getAll()Returns the value of theallproperty.HTMLCollectionDocument. getChildren()Gets the children of the current node.HTMLCollectionDocumentFragment. getChildren()Gets the children of the current node.protected HTMLCollectionNode. getChildren()Gets the children of the current node.HTMLCollectionDocument. getElementsByClassName(java.lang.String className)Returns all the descendant elements with the specified class name.HTMLCollectionDocument. getElementsByTagName(java.lang.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.html Modifier and Type Class Description classHTMLAllCollectionA specialHTMLCollectionfordocument.all.classHTMLFormControlsCollectionA JavaScript object forHTMLFormControlsCollection.Fields in org.htmlunit.javascript.host.html declared as HTMLCollection Modifier and Type Field Description private HTMLCollectionHTMLMapElement. areas_private HTMLCollectionHTMLDataListElement. options_Methods in org.htmlunit.javascript.host.html that return HTMLCollection Modifier and Type Method Description protected HTMLCollectionHTMLCollection. create(DomNode parentScope, java.util.List<DomNode> initialElements)Constructs a new instance with an initial cache value.static HTMLCollectionHTMLCollection. emptyCollection(DomNode domNode)Gets an empty collection.HTMLCollectionHTMLMapElement. getAreas()Returns the value of the JavaScript attributeareas.HTMLCollectionHTMLFormElement. getElements()Returns the value of the propertyelements.HTMLCollectionHTMLDocument. getElementsByClassName(java.lang.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 HTMLCollection Modifier and Type Method Description HTMLCollectionXMLDocument. getElementsByTagName(java.lang.String tagName)Returns all the descendant elements with the specified tag name.
-