|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||
PREV NEXT | FRAMES NO FRAMES |