GWT 2.7.0

Uses of Class
com.google.gwt.dom.client.NodeList

Packages that use NodeList
com.google.gwt.dom.client Classes for low-level DOM programming. 
 

Uses of NodeList in com.google.gwt.dom.client
 

Methods in com.google.gwt.dom.client that return NodeList
 NodeList<AreaElement> MapElement.getAreas()
          The list of areas defined for the image map.
 NodeList<TableCellElement> TableRowElement.getCells()
          The collection of cells in this row.
 NodeList<Node> Node.getChildNodes()
          A NodeList that contains all children of this node.
 NodeList<Element> Element.getElementsByTagName(java.lang.String name)
          Returns a NodeList of all descendant Elements with a given tag name, in the order in which they are encountered in a preorder traversal of this Element tree.
 NodeList<Element> Document.getElementsByTagName(java.lang.String tagName)
          Returns a NodeList of all the Elements with a given tag name in the order in which they are encountered in a preorder traversal of the document tree.
 NodeList<OptionElement> SelectElement.getOptions()
          The collection of OPTION elements contained by this element.
 NodeList<TableRowElement> TableSectionElement.getRows()
          The collection of rows in this table section.
 NodeList<TableRowElement> TableElement.getRows()
          Returns a collection of all the rows in the table, including all in THEAD, TFOOT, all TBODY elements.
 NodeList<TableSectionElement> TableElement.getTBodies()
          Returns a collection of the table bodies (including implicit ones).
 NodeList<OptionElement> DOMImpl.selectGetOptions(SelectElement select)
           
 


GWT 2.7.0