Class XMLAttributeName

java.lang.Object
org.thymeleaf.engine.AttributeName
org.thymeleaf.engine.XMLAttributeName

public final class XMLAttributeName extends AttributeName
Since:
3.0.0
  • Field Details

    • completeNamespacedAttributeName

      final String completeNamespacedAttributeName
  • Constructor Details

    • XMLAttributeName

      private XMLAttributeName(String prefix, String attributeName, String completeNamespacedAttributeName, String[] completeAttributeNames)
  • Method Details

    • forName

      static XMLAttributeName forName(String prefix, String attributeName)
    • getCompleteNamespacedAttributeName

      public String getCompleteNamespacedAttributeName()