Uses of Interface
com.google.gwt.xml.client.Element
Package
Description
Basic classes used in XML DOM parsing and XML document generation.
-
Uses of Element in com.google.gwt.xml.client
Modifier and TypeMethodDescriptionDocument.createElement
(String tagName) This method creates a newElement
.Document.getDocumentElement()
This method retrieves the document element.Document.getElementById
(String elementId) This method retrieves the unique descendent elements which has an id ofelementId
.