Class TextParsingCommentUtil
java.lang.Object
org.thymeleaf.templateparser.text.TextParsingCommentUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static booleanisCommentBlockEnd(char[] buffer, int offset, int maxi) (package private) static booleanisCommentBlockStart(char[] buffer, int offset, int maxi) (package private) static booleanisCommentLineStart(char[] buffer, int offset, int maxi) static voidparseComment(char[] buffer, int offset, int len, int line, int col, ITextHandler handler)
-
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)
-