| javax.xml.soap.Text
All known Subclasses: org.apache.axis2.saaj.TextImplEx,
Text | public interface Text extends Node,org.w3c.dom.Text(Code) | | A representation of a node whose value is text. A Text object may represent text
that is content or text that is a comment.
|
Method Summary | |
abstract public boolean | isComment() Retrieves whether this Text object represents a comment. |
isComment | abstract public boolean isComment()(Code) | | Retrieves whether this Text object represents a comment.
true if this Text object is a comment; false otherwise |
|
|