Package org.thymeleaf.engine
Class XMLAttributeName
- java.lang.Object
-
- org.thymeleaf.engine.AttributeName
-
- org.thymeleaf.engine.XMLAttributeName
-
public final class XMLAttributeName extends AttributeName
- Since:
- 3.0.0
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.StringcompleteNamespacedAttributeName-
Fields inherited from class org.thymeleaf.engine.AttributeName
attributeName, completeAttributeNames, prefix
-
-
Constructor Summary
Constructors Modifier Constructor Description privateXMLAttributeName(java.lang.String prefix, java.lang.String attributeName, java.lang.String completeNamespacedAttributeName, java.lang.String[] completeAttributeNames)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static XMLAttributeNameforName(java.lang.String prefix, java.lang.String attributeName)java.lang.StringgetCompleteNamespacedAttributeName()-
Methods inherited from class org.thymeleaf.engine.AttributeName
equals, getAttributeName, getCompleteAttributeNames, getPrefix, hashCode, isPrefixed, toString
-
-
-
-
Method Detail
-
forName
static XMLAttributeName forName(java.lang.String prefix, java.lang.String attributeName)
-
getCompleteNamespacedAttributeName
public java.lang.String getCompleteNamespacedAttributeName()
-
-