Example usage for com.google.gwt.xml.client Text interface-usage

List of usage examples for com.google.gwt.xml.client Text interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.xml.client Text interface-usage.

Usage

From source file client.net.sf.saxon.ce.xmldom.TextImpl.java

/**
 * This class is the implementation of the XML DOM Text interface.
 */
class TextImpl extends CharacterDataImpl implements Text {

    protected TextImpl(JavaScriptObject o) {