|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HTMLCollection | |
|---|---|
| com.gargoylesoftware.htmlunit.javascript.host | Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. |
| com.gargoylesoftware.htmlunit.javascript.host.html | Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. |
| com.gargoylesoftware.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 com.gargoylesoftware.htmlunit.javascript.host |
|---|
| Methods in com.gargoylesoftware.htmlunit.javascript.host that return HTMLCollection | |
|---|---|
HTMLCollection |
Element.getChildren()
Gets the children of the current node. |
HTMLCollection |
Document.getElementsByTagName(String tagName)
Returns all the descendant elements with the specified tag name. |
HTMLCollection |
Element.selectNodes(String expression)
Applies the specified XPath expression to this node's context and returns the generated list of matching nodes. |
| Uses of HTMLCollection in com.gargoylesoftware.htmlunit.javascript.host.html |
|---|
| Subclasses of HTMLCollection in com.gargoylesoftware.htmlunit.javascript.host.html | |
|---|---|
class |
HTMLCollectionTags
An array of elements. |
| Methods in com.gargoylesoftware.htmlunit.javascript.host.html that return HTMLCollection | |
|---|---|
static HTMLCollection |
HTMLCollection.emptyCollection(Window window)
Gets an empty collection. |
HTMLCollection |
HTMLElement.getAll()
Returns the value of the "all" property. |
HTMLCollection |
HTMLDocument.getAll()
Returns the value of the "all" property. |
HTMLCollection |
HTMLMapElement.getAreas()
Returns the value of the JavaScript attribute "areas". |
HTMLCollection |
HTMLElement.getChildren()
Gets the children of the current node. |
HTMLCollection |
HTMLFormElement.getElements()
Returns the value of the JavaScript attribute "elements". |
HTMLCollection |
HTMLElement.getElementsByClassName(String className)
Returns all the descendant elements with the specified class. |
HTMLCollection |
HTMLDocument.getElementsByClassName(String className)
Returns all the descendant elements with the specified class name. |
HTMLCollection |
HTMLDocument.getElementsByName(String elementName)
Returns all HTML elements that have a "name" attribute with the specified value. |
| Uses of HTMLCollection in com.gargoylesoftware.htmlunit.javascript.host.xml |
|---|
| Methods in com.gargoylesoftware.htmlunit.javascript.host.xml that return HTMLCollection | |
|---|---|
HTMLCollection |
XMLDocument.getElementsByTagName(String tagName)
Returns all the descendant elements with the specified tag name. |
HTMLCollection |
XMLDocument.selectNodes(String expression)
Applies the specified XPath expression to this node's context and returns the generated list of matching nodes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||