Uses of Interface
org.thymeleaf.model.IXMLDeclaration
-
Packages that use IXMLDeclaration Package Description org.thymeleaf.engine org.thymeleaf.model org.thymeleaf.processor.xmldeclaration -
-
Uses of IXMLDeclaration in org.thymeleaf.engine
Methods in org.thymeleaf.engine that return IXMLDeclaration Modifier and Type Method Description IXMLDeclarationStandardModelFactory. createXMLDeclaration(String version, String encoding, String standalone)Methods in org.thymeleaf.engine with parameters of type IXMLDeclaration Modifier and Type Method Description voidAbstractTemplateHandler. handleXMLDeclaration(IXMLDeclaration xmlDeclaration)voidITemplateHandler. handleXMLDeclaration(IXMLDeclaration xmlDeclaration)voidModelBuilderTemplateHandler. handleXMLDeclaration(IXMLDeclaration xmlDeclaration)voidOutputTemplateHandler. handleXMLDeclaration(IXMLDeclaration xmlDeclaration)voidProcessorTemplateHandler. handleXMLDeclaration(IXMLDeclaration ixmlDeclaration) -
Uses of IXMLDeclaration in org.thymeleaf.model
Methods in org.thymeleaf.model that return IXMLDeclaration Modifier and Type Method Description IXMLDeclarationIModelFactory. createXMLDeclaration(String version, String encoding, String standalone)Create a new XML Declaration event, specifying values for all its attributes.Methods in org.thymeleaf.model with parameters of type IXMLDeclaration Modifier and Type Method Description voidAbstractModelVisitor. visit(IXMLDeclaration xmlDeclaration)voidIModelVisitor. visit(IXMLDeclaration xmlDeclaration) -
Uses of IXMLDeclaration in org.thymeleaf.processor.xmldeclaration
Methods in org.thymeleaf.processor.xmldeclaration with parameters of type IXMLDeclaration Modifier and Type Method Description protected abstract voidAbstractXMLDeclarationProcessor. doProcess(ITemplateContext context, IXMLDeclaration xmlDeclaration, IXMLDeclarationStructureHandler structureHandler)voidAbstractXMLDeclarationProcessor. process(ITemplateContext context, IXMLDeclaration xmlDeclaration, IXMLDeclarationStructureHandler structureHandler)voidIXMLDeclarationProcessor. process(ITemplateContext context, IXMLDeclaration xmlDeclaration, IXMLDeclarationStructureHandler structureHandler)Execute the processor.
-