Uses of Class
org.thymeleaf.engine.ElementName
-
Packages that use ElementName Package Description org.thymeleaf.engine org.thymeleaf.processor.element -
-
Uses of ElementName in org.thymeleaf.engine
Subclasses of ElementName in org.thymeleaf.engine Modifier and Type Class Description class
HTMLElementName
class
TextElementName
class
XMLElementName
Methods in org.thymeleaf.engine that return ElementName Modifier and Type Method Description static ElementName
ElementNames. forName(TemplateMode templateMode, char[] elementNameBuffer, int elementNameOffset, int elementNameLen)
static ElementName
ElementNames. forName(TemplateMode templateMode, String elementName)
static ElementName
ElementNames. forName(TemplateMode templateMode, String prefix, String elementName)
ElementName
ElementDefinition. getElementName()
-
Uses of ElementName in org.thymeleaf.processor.element
Methods in org.thymeleaf.processor.element that return ElementName Modifier and Type Method Description ElementName
MatchingElementName. getMatchingElementName()
Methods in org.thymeleaf.processor.element with parameters of type ElementName Modifier and Type Method Description static MatchingElementName
MatchingElementName. forElementName(TemplateMode templateMode, ElementName matchingElementName)
boolean
MatchingElementName. matches(ElementName elementName)
-