Sun Java(tm) System Message Queue
v3.6

javax.xml.soap
Interface Text

All Superinterfaces:
Node

public interface Text
extends Node

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
 boolean isComment()
          Retrieves whether this Text object represents a comment.
 
Methods inherited from interface javax.xml.soap.Node
detachNode, getParentElement, getValue, recycleNode, setParentElement
 

Method Detail

isComment

public boolean isComment()
Retrieves whether this Text object represents a comment.

Returns:
true if this Text object is a comment; false otherwise

Sun Java(tm) System Message Queue
v3.6

Copyright 2004 Sun Microsystems, Inc. 4150 Network Circle,
Santa Clara, California, 95054, U.S.A. All Rights Reserved.