Uses of Interface
com.google.gwt.xml.client.NodeList
Package
Description
Basic classes used in XML DOM parsing and XML document generation.
-
Uses of NodeList in com.google.gwt.xml.client
Modifier and TypeMethodDescriptionNode.getChildNodes()
This method retrieves the child nodes.Document.getElementsByTagName
(String tagname) This method retrieves any descendent elements which have a tag name oftagname
.Element.getElementsByTagName
(String name) This method retrieves the elements by tag name which has a name ofname
.