Uses of Interface
com.google.gwt.xml.client.Element
Packages that use Element
Package
Description
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 ElementModifier 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.