| Package | Description |
|---|---|
| com.gargoylesoftware.htmlunit.activex.javascript.msxml |
Implementations of the MSXML's (ActiveX) JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLDOMSelection
A JavaScript object for MSXML's (ActiveX) XMLDOMSelection.
|
| Modifier and Type | Method and Description |
|---|---|
static XMLDOMNodeList |
XMLDOMNodeList.emptyCollection(MSXMLScriptable parentScope)
Gets an empty collection.
|
XMLDOMNodeList |
XMLDOMAttribute.getChildNodes()
Returns a node list containing the child nodes.
|
XMLDOMNodeList |
XMLDOMNode.getChildNodes()
Returns a node list containing the child nodes.
|
XMLDOMNodeList |
XMLDOMDocument.getElementsByTagName(String tagName)
Returns a collection of elements that have the specified name.
|
XMLDOMNodeList |
XMLDOMElement.getElementsByTagName(String tagName)
Returns a list of all descendant elements that match the supplied name.
|
Copyright © 2002–2020 Gargoyle Software Inc.. All rights reserved.