Interface IComment

    • Method Detail

      • getComment

        String getComment()

        Returns the whole Comment, including the <!--...--> prefix and suffix.

        Returns:
        the Comment.
      • getContent

        String getContent()

        Returns the content of the Comment, without the prefix or suffix.

        Returns:
        the content of the Comment.