Java com.google.gwt.xml.client XMLParser fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.xml.client XMLParser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.xml.client XMLParser.

The text is from its open source code.

Implementation

com.google.gwt.xml.client.XMLParser has the following implementations.
Click this link to see all its implementation.

Method

DocumentcreateDocument()
This method creates a new document, to be manipulated by the DOM API.
Documentparse(String contents)
This method parses a new document from the supplied string, throwing a DOMParseException if the parse fails.
voidremoveWhitespace(Node n)
This method removes all Text nodes which are made up of only white space.
booleansupportsCDATASection()
This method determines whether the browser supports CDATASection as distinct entities from Text nodes.