Class XMLAttributesImpl.Attribute

  • Direct Known Subclasses:
    XMLAttributesImpl.AttributeExt
    Enclosing class:
    XMLAttributesImpl

    public static class XMLAttributesImpl.Attribute
    extends java.lang.Object
    INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.

    Attribute information. Only public to allow some performance optimizations.

    • 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

        public Attribute()
    • Method Detail

      • getQName

        public QName getQName()
      • getValue

        public java.lang.String getValue()
      • getNonNormalizedValue

        java.lang.String getNonNormalizedValue()