Package | Description |
---|---|
com.google.gwt.xml.client |
Basic classes used in XML DOM parsing and XML document generation.
|
com.google.gwt.xml.client.impl |
Modifier and Type | Method and Description |
---|---|
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(String contents)
This method parses a new document from the supplied string, throwing a
DOMParseException if the parse fails. |
Modifier and Type | Method and Description |
---|---|
Document |
XMLParserImpl.createDocument() |
Document |
XMLParserImpl.parse(String contents) |
Copyright © 2018. All rights reserved.