Class CommentImpl

    • Constructor Detail

      • CommentImpl

        public CommentImpl​(OMComment textNode)
      • CommentImpl

        public CommentImpl​(String data)
    • Method Detail

      • isComment

        public boolean isComment()
        Description copied from class: TextImplEx
        Retrieves whether this Text object represents a comment.
        Specified by:
        isComment in interface Text
        Overrides:
        isComment in class TextImplEx
        Returns:
        true if this Text object is a comment; false otherwise