FileDocCategorySizeDatePackage
Text.javaAPI DocJava SE 6 API1471Tue Jun 10 00:27:10 BST 2008javax.xml.soap

Text

public interface Text implements Text, Node
A representation of a node whose value is text. A Text object may represent text that is content or text that is a comment.

Fields Summary
Constructors Summary
Methods Summary
public booleanisComment()
Retrieves whether this Text object represents a comment.

return
true if this Text object is a comment; false otherwise