Package org.thymeleaf.engine
Class XMLElementDefinition
- java.lang.Object
-
- org.thymeleaf.engine.ElementDefinition
-
- org.thymeleaf.engine.XMLElementDefinition
-
public final class XMLElementDefinition extends ElementDefinition
- Since:
- 3.0.0
-
-
Field Summary
-
Fields inherited from class org.thymeleaf.engine.ElementDefinition
associatedProcessors, elementName, hasAssociatedProcessors
-
-
Constructor Summary
Constructors Constructor Description XMLElementDefinition(XMLElementName name, java.util.Set<IElementProcessor> associatedProcessors)
-
Method Summary
-
Methods inherited from class org.thymeleaf.engine.ElementDefinition
equals, getAssociatedProcessors, getElementName, hasAssociatedProcessors, hashCode, toString
-
-
-
-
Constructor Detail
-
XMLElementDefinition
XMLElementDefinition(XMLElementName name, java.util.Set<IElementProcessor> associatedProcessors)
-
-