public abstract class AbstractTextHandler extends Object implements ITextHandler
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTextHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleAttribute(char[] buffer,
int nameOffset,
int nameLen,
int nameLine,
int nameCol,
int operatorOffset,
int operatorLen,
int operatorLine,
int operatorCol,
int valueContentOffset,
int valueContentLen,
int valueOuterOffset,
int valueOuterLen,
int valueLine,
int valueCol) |
void |
handleCloseElementEnd(char[] buffer,
int nameOffset,
int nameLen,
int line,
int col) |
void |
handleCloseElementStart(char[] buffer,
int nameOffset,
int nameLen,
int line,
int col) |
void |
handleComment(char[] buffer,
int contentOffset,
int contentLen,
int outerOffset,
int outerLen,
int line,
int col) |
void |
handleDocumentEnd(long endTimeNanos,
long totalTimeNanos,
int line,
int col) |
void |
handleDocumentStart(long startTimeNanos,
int line,
int col) |
void |
handleOpenElementEnd(char[] buffer,
int nameOffset,
int nameLen,
int line,
int col) |
void |
handleOpenElementStart(char[] buffer,
int nameOffset,
int nameLen,
int line,
int col) |
void |
handleStandaloneElementEnd(char[] buffer,
int nameOffset,
int nameLen,
boolean minimized,
int line,
int col) |
void |
handleStandaloneElementStart(char[] buffer,
int nameOffset,
int nameLen,
boolean minimized,
int line,
int col) |
void |
handleText(char[] buffer,
int offset,
int len,
int line,
int col) |
public void handleDocumentStart(long startTimeNanos,
int line,
int col)
throws TextParseException
handleDocumentStart in interface ITextHandlerTextParseExceptionpublic void handleDocumentEnd(long endTimeNanos,
long totalTimeNanos,
int line,
int col)
throws TextParseException
handleDocumentEnd in interface ITextHandlerTextParseExceptionpublic void handleText(char[] buffer,
int offset,
int len,
int line,
int col)
throws TextParseException
handleText in interface ITextHandlerTextParseExceptionpublic void handleComment(char[] buffer,
int contentOffset,
int contentLen,
int outerOffset,
int outerLen,
int line,
int col)
throws TextParseException
handleComment in interface ITextHandlerTextParseExceptionpublic void handleStandaloneElementStart(char[] buffer,
int nameOffset,
int nameLen,
boolean minimized,
int line,
int col)
throws TextParseException
handleStandaloneElementStart in interface ITextHandlerTextParseExceptionpublic void handleStandaloneElementEnd(char[] buffer,
int nameOffset,
int nameLen,
boolean minimized,
int line,
int col)
throws TextParseException
handleStandaloneElementEnd in interface ITextHandlerTextParseExceptionpublic void handleOpenElementStart(char[] buffer,
int nameOffset,
int nameLen,
int line,
int col)
throws TextParseException
handleOpenElementStart in interface ITextHandlerTextParseExceptionpublic void handleOpenElementEnd(char[] buffer,
int nameOffset,
int nameLen,
int line,
int col)
throws TextParseException
handleOpenElementEnd in interface ITextHandlerTextParseExceptionpublic void handleCloseElementStart(char[] buffer,
int nameOffset,
int nameLen,
int line,
int col)
throws TextParseException
handleCloseElementStart in interface ITextHandlerTextParseExceptionpublic void handleCloseElementEnd(char[] buffer,
int nameOffset,
int nameLen,
int line,
int col)
throws TextParseException
handleCloseElementEnd in interface ITextHandlerTextParseExceptionpublic void handleAttribute(char[] buffer,
int nameOffset,
int nameLen,
int nameLine,
int nameCol,
int operatorOffset,
int operatorLen,
int operatorLine,
int operatorCol,
int valueContentOffset,
int valueContentLen,
int valueOuterOffset,
int valueOuterLen,
int valueLine,
int valueCol)
throws TextParseException
handleAttribute in interface ITextHandlerTextParseExceptionCopyright © 2017 The THYMELEAF team. All rights reserved.