Uses of Interface
com.google.gwt.xml.client.Document
Package
Description
Basic classes used in XML DOM parsing and XML document generation.
-
Uses of Document in com.google.gwt.xml.client
Modifier and TypeMethodDescriptionstatic Document
XMLParser.createDocument()
This method creates a new document, to be manipulated by the DOM API.Node.getOwnerDocument()
This method retrieves the owner document.static Document
This method parses a new document from the supplied string, throwing aDOMParseException
if the parse fails.