Interface Text

All Superinterfaces:
CharacterData, Node, Node, Text
All Known Implementing Classes:
CDATAImpl, SOAPCommentImpl, SOAPTextImpl, TextImpl

public interface Text extends Node, Text
A representation of a node whose value is text. A Text object may represent text that is content or text that is a comment.
Since:
1.6
  • Method Details

    • isComment

      boolean isComment()
      Retrieves whether this Text object represents a comment.
      Returns:
      true if this Text object is a comment; false otherwise