Uses of Class
com.gargoylesoftware.htmlunit.javascript.host.html.HTMLCollection

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

Uses of HTMLCollection in com.gargoylesoftware.htmlunit.javascript.host
 

Methods in com.gargoylesoftware.htmlunit.javascript.host that return HTMLCollection
 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.
 

Uses of HTMLCollection in com.gargoylesoftware.htmlunit.javascript.host.html
 

Subclasses of HTMLCollection in com.gargoylesoftware.htmlunit.javascript.host.html
 class HTMLCollectionTags
          An array of elements.
 

Methods in com.gargoylesoftware.htmlunit.javascript.host.html that return HTMLCollection
 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".
 

Uses of HTMLCollection in com.gargoylesoftware.htmlunit.javascript.host.xml
 

Methods in com.gargoylesoftware.htmlunit.javascript.host.xml that return HTMLCollection
 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-2011 Gargoyle Software Inc.. All Rights Reserved.