Uses of Interface
org.thymeleaf.model.IXMLDeclaration
-
Packages that use IXMLDeclaration Package Description org.thymeleaf.engine org.thymeleaf.model org.thymeleaf.processor.xmldeclaration org.thymeleaf.util -
-
Uses of IXMLDeclaration in org.thymeleaf.engine
Classes in org.thymeleaf.engine that implement IXMLDeclaration Modifier and Type Class Description (package private) classXMLDeclarationMethods in org.thymeleaf.engine that return IXMLDeclaration Modifier and Type Method Description IXMLDeclarationStandardModelFactory. createXMLDeclaration(java.lang.String version, java.lang.String encoding, java.lang.String standalone)Methods in org.thymeleaf.engine with parameters of type IXMLDeclaration Modifier and Type Method Description (package private) static XMLDeclarationXMLDeclaration. asEngineXMLDeclaration(IXMLDeclaration xmlDeclaration)voidAbstractGatheringModelProcessable. gatherXMLDeclaration(IXMLDeclaration xmlDeclaration)voidIGatheringModelProcessable. gatherXMLDeclaration(IXMLDeclaration xmlDeclaration)voidAbstractTemplateHandler. handleXMLDeclaration(IXMLDeclaration xmlDeclaration)voidITemplateHandler. handleXMLDeclaration(IXMLDeclaration xmlDeclaration)voidModelBuilderTemplateHandler. handleXMLDeclaration(IXMLDeclaration xmlDeclaration)voidOutputTemplateHandler. handleXMLDeclaration(IXMLDeclaration xmlDeclaration)voidProcessorTemplateHandler. handleXMLDeclaration(IXMLDeclaration ixmlDeclaration)(package private) booleanTemplateModelController. shouldProcessXMLDeclaration(IXMLDeclaration xmlDeclaration) -
Uses of IXMLDeclaration in org.thymeleaf.model
Methods in org.thymeleaf.model that return IXMLDeclaration Modifier and Type Method Description IXMLDeclarationIModelFactory. createXMLDeclaration(java.lang.String version, java.lang.String encoding, java.lang.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. -
Uses of IXMLDeclaration in org.thymeleaf.util
Methods in org.thymeleaf.util with parameters of type IXMLDeclaration Modifier and Type Method Description voidProcessorConfigurationUtils.XMLDeclarationProcessorWrapper. process(ITemplateContext context, IXMLDeclaration xmlDeclaration, IXMLDeclarationStructureHandler structureHandler)
-