Example usage for org.w3c.dom Text interface-usage

List of usage examples for org.w3c.dom Text interface-usage

Introduction

In this page you can find the example usage for org.w3c.dom Text interface-usage.

Usage

From source file com.gargoylesoftware.htmlunit.html.DomText.java

/**
 * Representation of a text node in the HTML DOM.
 *
 * @author David K. Taylor
 * @author <a href="mailto:cse@dynabean.de">Christian Sell</a>
 * @author Rodney Gitzel

From source file org.structr.web.entity.dom.Content.java

/**
 * Represents a content node. This class implements the org.w3c.dom.Text interface.
 * All methods in the W3C Text interface are based on the raw database content.
 *
 *
 */