Uses of Interface
com.google.gwt.xml.client.NodeList
-
Packages that use NodeList Package Description 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 Modifier and Type Method Description NodeList
Node. getChildNodes()
This method retrieves the child nodes.NodeList
Document. getElementsByTagName(java.lang.String tagname)
This method retrieves any descendent elements which have a tag name oftagname
.NodeList
Element. getElementsByTagName(java.lang.String name)
This method retrieves the elements by tag name which has a name ofname
.
-