Class AttributeInfo


  • public class AttributeInfo
    extends java.lang.Object
    Tracks the qualified name and value of an attribute within a start element XMLToken.
    Since:
    5.2.0
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeInfo​(javax.xml.namespace.QName attributeName, java.lang.String value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AttributeInfo

        public AttributeInfo​(javax.xml.namespace.QName attributeName,
                             java.lang.String value)