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 NodeListNode. getChildNodes()This method retrieves the child nodes.NodeListDocument. getElementsByTagName(java.lang.String tagname)This method retrieves any descendent elements which have a tag name oftagname.NodeListElement. getElementsByTagName(java.lang.String name)This method retrieves the elements by tag name which has a name ofname.
-