Uses of Interface
org.thymeleaf.processor.xmldeclaration.IXMLDeclarationStructureHandler
-
Packages that use IXMLDeclarationStructureHandler Package Description org.thymeleaf.engine org.thymeleaf.processor.xmldeclaration -
-
Uses of IXMLDeclarationStructureHandler in org.thymeleaf.engine
Classes in org.thymeleaf.engine that implement IXMLDeclarationStructureHandler Modifier and Type Class Description class
XMLDeclarationStructureHandler
Structure handler implementation, internally used by the engine. -
Uses of IXMLDeclarationStructureHandler in org.thymeleaf.processor.xmldeclaration
Methods in org.thymeleaf.processor.xmldeclaration with parameters of type IXMLDeclarationStructureHandler Modifier and Type Method Description protected abstract void
AbstractXMLDeclarationProcessor. doProcess(ITemplateContext context, IXMLDeclaration xmlDeclaration, IXMLDeclarationStructureHandler structureHandler)
void
AbstractXMLDeclarationProcessor. process(ITemplateContext context, IXMLDeclaration xmlDeclaration, IXMLDeclarationStructureHandler structureHandler)
void
IXMLDeclarationProcessor. process(ITemplateContext context, IXMLDeclaration xmlDeclaration, IXMLDeclarationStructureHandler structureHandler)
Execute the processor.
-