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

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

Introduction

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

Usage

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

/**
 * This class implements the Comment interface.
 */
class CommentImpl extends CharacterDataImpl implements Comment {

    CommentImpl(JavaScriptObject o) {