javax.xml.soap
public interface Text extends Node, Text
Text
object may represent text that is content or text
that is a comment.
Method Summary | |
---|---|
abstract boolean | isComment()
Retrieves whether this Text object
represents a comment. |
Text
object
represents a comment.Returns: true
if this Text
object is
a comment; false
otherwise