Class TextParsingCommentUtil

java.lang.Object
org.thymeleaf.templateparser.text.TextParsingCommentUtil

final class TextParsingCommentUtil extends Object
  • Constructor Details

    • TextParsingCommentUtil

      private TextParsingCommentUtil()
  • Method Details

    • parseComment

      public static void parseComment(char[] buffer, int offset, int len, int line, int col, ITextHandler handler) throws TextParseException
      Throws:
      TextParseException
    • isCommentBlockStart

      static boolean isCommentBlockStart(char[] buffer, int offset, int maxi)
    • isCommentBlockEnd

      static boolean isCommentBlockEnd(char[] buffer, int offset, int maxi)
    • isCommentLineStart

      static boolean isCommentLineStart(char[] buffer, int offset, int maxi)