Class InlinedOutputExpressionMarkupHandler.InlineMarkupAdapterPreProcessorHandler
java.lang.Object
org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.InlineMarkupAdapterPreProcessorHandler
- All Implemented Interfaces:
IInlinePreProcessorHandler
- Enclosing class:
InlinedOutputExpressionMarkupHandler
private static final class InlinedOutputExpressionMarkupHandler.InlineMarkupAdapterPreProcessorHandler
extends Object
implements IInlinePreProcessorHandler
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInlineMarkupAdapterPreProcessorHandler(org.attoparser.IMarkupHandler handler) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleAttribute(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) voidhandleAutoCloseElementEnd(char[] buffer, int nameOffset, int nameLen, int line, int col) voidhandleAutoCloseElementStart(char[] buffer, int nameOffset, int nameLen, int line, int col) voidhandleAutoOpenElementEnd(char[] buffer, int nameOffset, int nameLen, int line, int col) voidhandleAutoOpenElementStart(char[] buffer, int nameOffset, int nameLen, int line, int col) voidhandleCloseElementEnd(char[] buffer, int nameOffset, int nameLen, int line, int col) voidhandleCloseElementStart(char[] buffer, int nameOffset, int nameLen, int line, int col) voidhandleOpenElementEnd(char[] buffer, int nameOffset, int nameLen, int line, int col) voidhandleOpenElementStart(char[] buffer, int nameOffset, int nameLen, int line, int col) voidhandleStandaloneElementEnd(char[] buffer, int nameOffset, int nameLen, boolean minimized, int line, int col) voidhandleStandaloneElementStart(char[] buffer, int nameOffset, int nameLen, boolean minimized, int line, int col) voidhandleText(char[] buffer, int offset, int len, int line, int col)
-
Field Details
-
handler
private org.attoparser.IMarkupHandler handler
-
-
Constructor Details
-
InlineMarkupAdapterPreProcessorHandler
InlineMarkupAdapterPreProcessorHandler(org.attoparser.IMarkupHandler handler)
-
-
Method Details
-
handleText
public void handleText(char[] buffer, int offset, int len, int line, int col) - Specified by:
handleTextin interfaceIInlinePreProcessorHandler
-
handleStandaloneElementStart
public void handleStandaloneElementStart(char[] buffer, int nameOffset, int nameLen, boolean minimized, int line, int col) - Specified by:
handleStandaloneElementStartin interfaceIInlinePreProcessorHandler
-
handleStandaloneElementEnd
public void handleStandaloneElementEnd(char[] buffer, int nameOffset, int nameLen, boolean minimized, int line, int col) - Specified by:
handleStandaloneElementEndin interfaceIInlinePreProcessorHandler
-
handleOpenElementStart
public void handleOpenElementStart(char[] buffer, int nameOffset, int nameLen, int line, int col) - Specified by:
handleOpenElementStartin interfaceIInlinePreProcessorHandler
-
handleOpenElementEnd
public void handleOpenElementEnd(char[] buffer, int nameOffset, int nameLen, int line, int col) - Specified by:
handleOpenElementEndin interfaceIInlinePreProcessorHandler
-
handleAutoOpenElementStart
public void handleAutoOpenElementStart(char[] buffer, int nameOffset, int nameLen, int line, int col) - Specified by:
handleAutoOpenElementStartin interfaceIInlinePreProcessorHandler
-
handleAutoOpenElementEnd
public void handleAutoOpenElementEnd(char[] buffer, int nameOffset, int nameLen, int line, int col) - Specified by:
handleAutoOpenElementEndin interfaceIInlinePreProcessorHandler
-
handleCloseElementStart
public void handleCloseElementStart(char[] buffer, int nameOffset, int nameLen, int line, int col) - Specified by:
handleCloseElementStartin interfaceIInlinePreProcessorHandler
-
handleCloseElementEnd
public void handleCloseElementEnd(char[] buffer, int nameOffset, int nameLen, int line, int col) - Specified by:
handleCloseElementEndin interfaceIInlinePreProcessorHandler
-
handleAutoCloseElementStart
public void handleAutoCloseElementStart(char[] buffer, int nameOffset, int nameLen, int line, int col) - Specified by:
handleAutoCloseElementStartin interfaceIInlinePreProcessorHandler
-
handleAutoCloseElementEnd
public void handleAutoCloseElementEnd(char[] buffer, int nameOffset, int nameLen, int line, int col) - Specified by:
handleAutoCloseElementEndin interfaceIInlinePreProcessorHandler
-
handleAttribute
public 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) - Specified by:
handleAttributein interfaceIInlinePreProcessorHandler
-