Uses of Class
com.gargoylesoftware.htmlunit.activex.javascript.msxml.XMLDOMNodeList

Packages that use XMLDOMNodeList
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. 
 

Uses of XMLDOMNodeList in com.gargoylesoftware.htmlunit.activex.javascript.msxml
 

Subclasses of XMLDOMNodeList in com.gargoylesoftware.htmlunit.activex.javascript.msxml
 class XMLDOMSelection
          A JavaScript object for MSXML's (ActiveX) XMLDOMSelection.
Represents the list of nodes that match a given XML Path Language (XPath) expression.
 

Methods in com.gargoylesoftware.htmlunit.activex.javascript.msxml that return XMLDOMNodeList
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–2014 Gargoyle Software Inc.. All rights reserved.