Class XMLAttributeName


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

      • completeNamespacedAttributeName

        final java.lang.String completeNamespacedAttributeName
    • Constructor Detail

      • XMLAttributeName

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

      • forName

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

        public java.lang.String getCompleteNamespacedAttributeName()