|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Document | |
---|---|
com.google.gwt.xml.client | Basic classes used in XML DOM parsing and XML document generation. |
Uses of Document in com.google.gwt.xml.client |
---|
Methods in com.google.gwt.xml.client that return Document | |
---|---|
static Document |
XMLParser.createDocument()
This method creates a new document, to be manipulated by the DOM API. |
Document |
Node.getOwnerDocument()
This method retrieves the owner document. |
static Document |
XMLParser.parse(java.lang.String contents)
This method parses a new document from the supplied string, throwing a DOMParseException if the parse fails. |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |