Java org.w3c.dom CDATASection fields, constructors, methods, implement or subclass

Example usage for Java org.w3c.dom CDATASection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.w3c.dom CDATASection.

The text is from its open source code.

Method

StringgetData()
The character data of the node that implements this interface.
intgetLength()
The number of 16-bit units that are available through data and the substringData method below.
StringgetNodeValue()
The value of this node, depending on its type; see the table above.
StringgetTextContent()
This attribute returns the text content of this node and its descendants.
voidsetData(String data)
The character data of the node that implements this interface.
StringsubstringData(int offset, int count)
Extracts a range of data from the node.