Uses of Interface
org.thymeleaf.model.IXMLDeclaration
Packages that use IXMLDeclaration
-
Uses of IXMLDeclaration in org.thymeleaf.engine
Methods in org.thymeleaf.engine that return IXMLDeclarationModifier and TypeMethodDescriptionStandardModelFactory.createXMLDeclaration(String version, String encoding, String standalone) Methods in org.thymeleaf.engine with parameters of type IXMLDeclarationModifier and TypeMethodDescriptionvoidAbstractTemplateHandler.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 IXMLDeclarationModifier and TypeMethodDescriptionIModelFactory.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 IXMLDeclarationModifier and TypeMethodDescriptionvoidAbstractModelVisitor.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 IXMLDeclarationModifier and TypeMethodDescriptionprotected abstract voidAbstractXMLDeclarationProcessor.doProcess(ITemplateContext context, IXMLDeclaration xmlDeclaration, IXMLDeclarationStructureHandler structureHandler) final voidAbstractXMLDeclarationProcessor.process(ITemplateContext context, IXMLDeclaration xmlDeclaration, IXMLDeclarationStructureHandler structureHandler) voidIXMLDeclarationProcessor.process(ITemplateContext context, IXMLDeclaration xmlDeclaration, IXMLDeclarationStructureHandler structureHandler) Execute the processor.