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.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 |
Document.jsxFunction_getElementsByTagName(String tagName)
Returns all the descendant elements with the specified tag name.
|
HTMLCollection |
Element.jsxFunction_selectNodes(String expression)
Applies the specified XPath expression to this node's context and returns the generated list of matching nodes.
|
HTMLCollection |
Node.jsxGet_childNodes()
Returns the child nodes of the current element.
|
Modifier and Type | Class and Description |
---|---|
class |
HTMLCollectionTags
An array of elements.
|
Modifier and Type | Method and Description |
---|---|
static HTMLCollection |
HTMLCollection.emptyCollection(Window window)
Gets an empty collection.
|
HTMLCollection |
HTMLDocument.jsxFunction_getElementsByClassName(String className)
Returns all the descendant elements with the specified class name.
|
HTMLCollection |
HTMLElement.jsxFunction_getElementsByClassName(String className)
Returns all the descendant elements with the specified class.
|
HTMLCollection |
HTMLDocument.jsxFunction_getElementsByName(String elementName)
Returns all HTML elements that have a "name" attribute with the specified value.
|
HTMLCollection |
HTMLDocument.jsxGet_all()
Returns the value of the "all" property.
|
HTMLCollection |
HTMLElement.jsxGet_all()
Returns the value of the "all" property.
|
HTMLCollection |
HTMLMapElement.jsxGet_areas()
Returns the value of the JavaScript attribute "areas".
|
HTMLCollection |
HTMLElement.jsxGet_children()
Gets the children of the current node.
|
HTMLCollection |
HTMLFormElement.jsxGet_elements()
Returns the value of the JavaScript attribute "elements".
|
Modifier and Type | Method and Description |
---|---|
HTMLCollection |
XMLDocument.jsxFunction_getElementsByTagName(String tagName)
Returns all the descendant elements with the specified tag name.
|
HTMLCollection |
XMLDocument.jsxFunction_selectNodes(String expression)
Applies the specified XPath expression to this node's context and returns the generated list of matching nodes.
|
Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.