GWT 2.7.0

Uses of Interface
com.google.gwt.xml.client.NodeList

Packages that use NodeList
com.google.gwt.xml.client Basic classes used in XML DOM parsing and XML document generation. 
 

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

Methods in com.google.gwt.xml.client that return NodeList
 NodeList Node.getChildNodes()
          This method retrieves the child nodes.
 NodeList Element.getElementsByTagName(java.lang.String name)
          This method retrieves the elements by tag name which has a name of name.
 NodeList Document.getElementsByTagName(java.lang.String tagname)
          This method retrieves any descendent elements which have a tag name of tagname.
 


GWT 2.7.0