Save This Page
Home » xmlbeans-2.4.0-src » org.apache.xmlbeans.impl.soap » [javadoc | source]
org.apache.xmlbeans.impl.soap
public interface: Text [javadoc | source]

All Implemented Interfaces:
    Node, Text

All Known Implementing Classes:
    SaajCdataNode, SaajTextNode

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 from org.apache.xmlbeans.impl.soap.Text Summary:
isComment
Method from org.apache.xmlbeans.impl.soap.Text Detail:
 abstract public boolean isComment()
    Retrieves whether this Text object represents a comment.