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
RawParseException
void handleDocumentEnd(long endTimeNanos, long totalTimeNanos, int line, int col) throws RawParseException
RawParseException
void handleText(char[] buffer, int offset, int len, int line, int col) throws RawParseException
RawParseException
Copyright © 2016 The THYMELEAF team. All rights reserved.