Package | Description |
---|---|
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.dom |
Implementations of the DOM 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.
|
Modifier and Type | Method and Description |
---|---|
HTMLCollection |
Element.getChildren()
Gets the children of the current node.
|
HTMLCollection |
Element.getElementsByTagName(String tagName)
Returns all the descendant elements with the specified tag name.
|
Modifier and Type | Method and Description |
---|---|
HTMLCollection |
Document.getElementsByTagName(String tagName)
Returns all the descendant elements with the specified tag name.
|
Modifier and Type | Class and Description |
---|---|
class |
HTMLAllCollection
A special
HTMLCollection for document.all . |
class |
HTMLFormControlsCollection
A JavaScript object for
HTMLFormControlsCollection . |
Modifier and Type | Method and Description |
---|---|
static HTMLCollection |
HTMLCollection.emptyCollection(Window window)
Gets an empty collection.
|
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 |
HTMLDocument.getElementsByClassName(String className)
Returns all the descendant elements with the specified class name.
|
HTMLCollection |
HTMLElement.getElementsByClassName(String className)
Returns all the descendant elements with the specified class.
|
HTMLCollection |
HTMLDocument.getElementsByName(String elementName)
Returns all HTML elements that have a "name" attribute with the specified value.
|
Modifier and Type | Method and Description |
---|---|
HTMLCollection |
XMLDocument.getElementsByTagName(String tagName)
Returns all the descendant elements with the specified tag name.
|
Copyright © 2002–2017 Gargoyle Software Inc.. All rights reserved.