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 IXMLDeclaration
StandardModelFactory. createXMLDeclaration(String version, String encoding, String standalone)
Methods in org.thymeleaf.engine with parameters of type IXMLDeclaration Modifier and Type Method Description void
AbstractTemplateHandler. handleXMLDeclaration(IXMLDeclaration xmlDeclaration)
void
ITemplateHandler. handleXMLDeclaration(IXMLDeclaration xmlDeclaration)
void
ModelBuilderTemplateHandler. handleXMLDeclaration(IXMLDeclaration xmlDeclaration)
void
OutputTemplateHandler. handleXMLDeclaration(IXMLDeclaration xmlDeclaration)
void
ProcessorTemplateHandler. handleXMLDeclaration(IXMLDeclaration ixmlDeclaration)
-
Uses of IXMLDeclaration in org.thymeleaf.model
Methods in org.thymeleaf.model that return IXMLDeclaration Modifier and Type Method Description IXMLDeclaration
IModelFactory. 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 void
AbstractModelVisitor. visit(IXMLDeclaration xmlDeclaration)
void
IModelVisitor. 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 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.
-