| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface Textextends Node, org.w3c.dom.Text
Text object may represent text that is content or text
that is a comment.
Method Summary | |
abstract boolean |
|
Methods inherited from interface javax.xml.soap.Node | |
detachNode, getParentElement, getValue, recycleNode, setParentElement, setValue | |
public abstract boolean isComment()
Retrieves whether thisTextobject represents a comment.
- Returns:
trueif thisTextobject is a comment;falseotherwise