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.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.
|
Modifier and Type | Method and Description |
---|---|
HTMLCollection |
Element.getChildren()
Gets the children of the current node.
|
HTMLCollection |
Element.getElementsByClassName(String className)
Returns all the descendant elements with the specified class.
|
HTMLCollection |
Element.getElementsByTagName(String tagName)
Returns all the descendant elements with the specified tag name.
|
HTMLCollection |
Element.getElementsByTagNameNS(Object namespaceURI,
String localName)
Returns a list of elements with the given tag name belonging to the given namespace.
|
Modifier and Type | Method and Description |
---|---|
HTMLCollection |
Document.getAll()
Returns the value of the
all property. |
HTMLCollection |
Document.getAnchors()
Returns the value of the JavaScript property
anchors . |
HTMLCollection |
Document.getApplets()
Returns the value of the JavaScript property
applets . |
protected HTMLCollection |
Node.getChildren()
Gets the children of the current node.
|
HTMLCollection |
DocumentFragment.getChildren()
Gets the children of the current node.
|
HTMLCollection |
Document.getChildren()
Gets the children of the current node.
|
HTMLCollection |
Document.getElementsByClassName(String className)
Returns all the descendant elements with the specified class name.
|
HTMLCollection |
Document.getElementsByTagName(String tagName)
Returns all the descendant elements with the specified tag name.
|
HTMLCollection |
Document.getEmbeds()
Returns the value of the
embeds property. |
HTMLCollection |
Document.getForms()
Returns the value of the
forms property. |
HTMLCollection |
Document.getImages()
Returns the value of the
embeds property. |
HTMLCollection |
Document.getLinks()
Returns the value of the JavaScript property
links . |
HTMLCollection |
Document.getPlugins()
Returns the value of the
plugins property. |
HTMLCollection |
Document.getScripts()
Returns the value of the
scripts property. |
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 |
---|---|
protected HTMLCollection |
HTMLCollection.create(DomNode parentScope,
List<DomNode> initialElements)
Constructs a new instance with an initial cache value.
|
static HTMLCollection |
HTMLCollection.emptyCollection(DomNode domNode)
Gets an empty collection.
|
HTMLCollection |
HTMLMapElement.getAreas()
Returns the value of the JavaScript attribute
areas . |
HTMLCollection |
HTMLTableRowElement.getCells()
Returns the cells in the row.
|
HTMLCollection |
HTMLDocument.getElementsByClassName(String className)
Returns all the descendant elements with the specified class name.
|
HTMLCollection |
HTMLDataListElement.getOptions()
Returns the
options attribute. |
HTMLCollection |
RowContainer.getRows()
Returns the rows in the element.
|
Modifier and Type | Method and Description |
---|---|
HTMLCollection |
XMLDocument.getElementsByTagName(String tagName)
Returns all the descendant elements with the specified tag name.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.