Class Text

All Implemented Interfaces:
Serializable, Cloneable, Node, Text, CharacterData, Node, Text
Direct Known Subclasses:
CDATAImpl, CommentImpl

public class Text extends NodeImpl implements Text
A representation of a node whose value is text. A Text object may represent text that is content or text that is a comment.
Author:
Davanum Srinivas (dims@yahoo.com), Heejune Ahn (cityboy@tmax.co.kr)
See Also: