Package org.thymeleaf.templateparser.raw
Class RawParser
java.lang.Object
org.thymeleaf.templateparser.raw.RawParser
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static int[]computeLastLineCol(char[] buffer, int bufferContentSize) voidparse(Reader reader, IRawHandler handler) voidparse(String document, IRawHandler handler) (package private) voidparseDocument(Reader reader, int suggestedBufferSize, IRawHandler handler)
-
Field Details
-
pool
-
-
Constructor Details
-
RawParser
RawParser(int poolSize, int bufferSize)
-
-
Method Details
-
parse
- Throws:
RawParseException
-
parse
- Throws:
RawParseException
-
parseDocument
void parseDocument(Reader reader, int suggestedBufferSize, IRawHandler handler) throws RawParseException - Throws:
RawParseException
-
computeLastLineCol
private static int[] computeLastLineCol(char[] buffer, int bufferContentSize)
-