FileDocCategorySizeDatePackage
Text.javaAPI DocApache Axis 1.41128Sat Apr 22 18:57:26 BST 2006javax.xml.soap

Text

public interface Text implements Text, 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.

Fields Summary
Constructors Summary
Methods Summary
public abstract booleanisComment()
Retrieves whether this Text object represents a comment.

return
true if this Text object is a comment; false otherwise