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

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

Introduction

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

The text is from its open source code.

Method

voidappendData(String arg)
Append the string to the end of the character data of the node.
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.
NodegetParentNode()
The parent of this node.
voidsetNodeValue(String nodeValue)
The value of this node, depending on its type; see the table above.