Package | Description |
---|---|
com.google.gwt.xml.client |
Basic classes used in XML DOM parsing and XML document generation.
|
Modifier and Type | Method and Description |
---|---|
NodeList |
Node.getChildNodes()
This method retrieves the child nodes.
|
NodeList |
Element.getElementsByTagName(String name)
This method retrieves the elements by tag name which has a name of
name . |
NodeList |
Document.getElementsByTagName(String tagname)
This method retrieves any descendent elements which have a tag name of
tagname . |
Copyright © 2018. All rights reserved.