Package org.thymeleaf.engine
Interface IGatheringModelProcessable
- All Superinterfaces:
IEngineProcessable
- All Known Implementing Classes:
AbstractGatheringModelProcessable,GatheringModelProcessable,IteratedGatheringModelProcessable
-
Method Summary
Modifier and TypeMethodDescriptionvoidgatherCDATASection(ICDATASection cdataSection) voidgatherCloseElement(ICloseElementTag closeElementTag) voidgatherComment(IComment comment) voidgatherDocType(IDocType docType) voidgatherOpenElement(IOpenElementTag openElementTag) voidgatherProcessingInstruction(IProcessingInstruction processingInstruction) voidgatherStandaloneElement(IStandaloneElementTag standaloneElementTag) voidgatherText(IText text) voidgatherUnmatchedCloseElement(ICloseElementTag closeElementTag) voidgatherXMLDeclaration(IXMLDeclaration xmlDeclaration) booleanvoidMethods inherited from interface org.thymeleaf.engine.IEngineProcessable
process
-
Method Details
-
isGatheringFinished
boolean isGatheringFinished() -
getInnerModel
Model getInnerModel() -
resetGatheredSkipFlags
void resetGatheredSkipFlags() -
initializeProcessorExecutionVars
ProcessorExecutionVars initializeProcessorExecutionVars() -
gatherText
-
gatherComment
-
gatherCDATASection
-
gatherStandaloneElement
-
gatherOpenElement
-
gatherCloseElement
-
gatherUnmatchedCloseElement
-
gatherDocType
-
gatherXMLDeclaration
-
gatherProcessingInstruction
-