GWT 2.7.0

Uses of Interface
com.google.gwt.xml.client.Element

Packages that use Element
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
 Element Document.createElement(java.lang.String tagName)
          This method creates a new Element.
 Element Document.getDocumentElement()
          This method retrieves the document element.
 Element Document.getElementById(java.lang.String elementId)
          This method retrieves the unique descendent elements which has an id of elementId.
 


GWT 2.7.0