Uses of Interface
org.thymeleaf.model.IXMLDeclaration
Packages that use IXMLDeclaration
Package
Description
-
Uses of IXMLDeclaration in org.thymeleaf.engine
Classes in org.thymeleaf.engine that implement IXMLDeclarationMethods 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 TypeMethodDescription(package private) static XMLDeclarationXMLDeclaration.asEngineXMLDeclaration(IXMLDeclaration xmlDeclaration) final 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 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. -
Uses of IXMLDeclaration in org.thymeleaf.util
Methods in org.thymeleaf.util with parameters of type IXMLDeclarationModifier and TypeMethodDescriptionvoidProcessorConfigurationUtils.XMLDeclarationProcessorWrapper.process(ITemplateContext context, IXMLDeclaration xmlDeclaration, IXMLDeclarationStructureHandler structureHandler)