public interface IRawHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleDocumentEnd(long endTimeNanos,
long totalTimeNanos,
int line,
int col) |
void |
handleDocumentStart(long startTimeNanos,
int line,
int col) |
void |
handleText(char[] buffer,
int offset,
int len,
int line,
int col) |
void handleDocumentStart(long startTimeNanos,
int line,
int col)
throws RawParseException
RawParseExceptionvoid handleDocumentEnd(long endTimeNanos,
long totalTimeNanos,
int line,
int col)
throws RawParseException
RawParseExceptionvoid handleText(char[] buffer,
int offset,
int len,
int line,
int col)
throws RawParseException
RawParseExceptionCopyright © 2017 The THYMELEAF team. All rights reserved.