|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||
PREV NEXT | FRAMES NO FRAMES |