Package | Description |
---|---|
com.google.gwt.xml.client |
Basic classes used in XML DOM parsing and XML document generation.
|
Modifier and Type | Method and Description |
---|---|
Element |
Document.createElement(String tagName)
This method creates a new
Element . |
Element |
Document.getDocumentElement()
This method retrieves the document element.
|
Element |
Document.getElementById(String elementId)
This method retrieves the unique descendent elements which has an id of
elementId . |
Copyright © 2018. All rights reserved.