Class XMLAttributesImpl.Attribute

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) QName name_
      Name.
      (package private) boolean specified_
      Specified.
      (package private) java.lang.String type_
      Type.
      (package private) java.lang.String value_
      Value.
    • Constructor Summary

      Constructors 
      Constructor Description
      Attribute()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.String getNonNormalizedValue()  
      • Methods inherited from class java.lang.Object

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

      • name_

        final QName name_
        Name.
      • type_

        java.lang.String type_
        Type.
      • value_

        java.lang.String value_
        Value.
      • specified_

        boolean specified_
        Specified.
    • Constructor Detail

      • Attribute

        Attribute()
    • Method Detail

      • getNonNormalizedValue

        java.lang.String getNonNormalizedValue()