Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface Text
extends 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 thisText
object represents a comment.
- Returns:
true
if thisText
object is a comment;false
otherwise