Class TextParsingCommentUtil
- java.lang.Object
-
- org.thymeleaf.templateparser.text.TextParsingCommentUtil
-
final class TextParsingCommentUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description privateTextParsingCommentUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (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)
-
-
-
Method Detail
-
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)
-
-