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