public final class DecoupledTemplateLogicMarkupHandler
extends org.attoparser.AbstractChainedMarkupHandler
| Constructor and Description |
|---|
DecoupledTemplateLogicMarkupHandler(DecoupledTemplateLogic decoupledTemplateLogic,
org.attoparser.IMarkupHandler handler) |
| 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 |
handleInnerWhiteSpace(char[] buffer,
int offset,
int len,
int line,
int col) |
void |
handleOpenElementEnd(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 |
setParseSelection(org.attoparser.select.ParseSelection selection) |
getNext, handleAutoCloseElementEnd, handleAutoCloseElementStart, handleAutoOpenElementEnd, handleAutoOpenElementStart, handleCDATASection, handleCloseElementEnd, handleCloseElementStart, handleComment, handleDocType, handleDocumentEnd, handleDocumentStart, handleOpenElementStart, handleProcessingInstruction, handleStandaloneElementStart, handleText, handleUnmatchedCloseElementEnd, handleUnmatchedCloseElementStart, handleXmlDeclaration, setParseConfiguration, setParseStatuspublic DecoupledTemplateLogicMarkupHandler(DecoupledTemplateLogic decoupledTemplateLogic, org.attoparser.IMarkupHandler handler)
public void setParseSelection(org.attoparser.select.ParseSelection selection)
setParseSelection in interface org.attoparser.IMarkupHandlersetParseSelection in class org.attoparser.AbstractChainedMarkupHandlerpublic void handleStandaloneElementEnd(char[] buffer,
int nameOffset,
int nameLen,
boolean minimized,
int line,
int col)
throws org.attoparser.ParseException
handleStandaloneElementEnd in interface org.attoparser.IElementHandlerhandleStandaloneElementEnd in class org.attoparser.AbstractChainedMarkupHandlerorg.attoparser.ParseExceptionpublic void handleOpenElementEnd(char[] buffer,
int nameOffset,
int nameLen,
int line,
int col)
throws org.attoparser.ParseException
handleOpenElementEnd in interface org.attoparser.IElementHandlerhandleOpenElementEnd in class org.attoparser.AbstractChainedMarkupHandlerorg.attoparser.ParseExceptionpublic void handleInnerWhiteSpace(char[] buffer,
int offset,
int len,
int line,
int col)
throws org.attoparser.ParseException
handleInnerWhiteSpace in interface org.attoparser.IAttributeSequenceHandlerhandleInnerWhiteSpace in class org.attoparser.AbstractChainedMarkupHandlerorg.attoparser.ParseExceptionpublic 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 org.attoparser.ParseException
handleAttribute in interface org.attoparser.IAttributeSequenceHandlerhandleAttribute in class org.attoparser.AbstractChainedMarkupHandlerorg.attoparser.ParseExceptionCopyright © 2017 The THYMELEAF team. All rights reserved.