Uses of Interface
com.google.gwt.xml.client.Document
-
Packages that use Document Package Description 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 Modifier and Type Method Description static DocumentXMLParser. createDocument()This method creates a new document, to be manipulated by the DOM API.DocumentNode. getOwnerDocument()This method retrieves the owner document.static DocumentXMLParser. parse(java.lang.String contents)This method parses a new document from the supplied string, throwing aDOMParseExceptionif the parse fails.
-