Class HTMLAttributeName


  • public final class HTMLAttributeName
    extends AttributeName
    Since:
    3.0.0
    • Field Detail

      • completeNamespacedAttributeName

        final java.lang.String completeNamespacedAttributeName
      • completeHTML5AttributeName

        final java.lang.String completeHTML5AttributeName
    • Constructor Detail

      • HTMLAttributeName

        private HTMLAttributeName​(java.lang.String prefix,
                                  java.lang.String attributeName,
                                  java.lang.String completeNamespacedAttributeName,
                                  java.lang.String completeHTML5AttributeName,
                                  java.lang.String[] completeAttributeNames)
    • Method Detail

      • forName

        static HTMLAttributeName forName​(java.lang.String prefix,
                                         java.lang.String attributeName)
      • getCompleteNamespacedAttributeName

        public java.lang.String getCompleteNamespacedAttributeName()
      • getCompleteHTML5AttributeName

        public java.lang.String getCompleteHTML5AttributeName()