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.
Represents the list of nodes that match a given XML Path Language (XPath) expression. |
Modifier and Type | Method and Description |
---|---|
static XMLDOMNodeList |
XMLDOMNodeList.emptyCollection(MSXMLScriptable parentScope)
Gets an empty collection.
|
XMLDOMNodeList |
XMLDOMNode.getChildNodes()
Returns a node list containing the child nodes.
|
XMLDOMNodeList |
XMLDOMAttribute.getChildNodes()
Returns a node list containing the child nodes.
|
XMLDOMNodeList |
XMLDOMElement.getElementsByTagName(String tagName)
Returns a list of all descendant elements that match the supplied name.
|
XMLDOMNodeList |
XMLDOMDocument.getElementsByTagName(String tagName)
Returns a collection of elements that have the specified name.
|
Copyright © 2002–2018 Gargoyle Software Inc.. All rights reserved.