Class XMLAttributesImpl.Attribute

java.lang.Object
org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl.Attribute
Direct Known Subclasses:
XMLAttributesImpl.AttributeExt
Enclosing class:
XMLAttributesImpl

static class XMLAttributesImpl.Attribute extends Object
Attribute information.
  • Field Details

    • name_

      final QName name_
      Name.
    • type_

      String type_
      Type.
    • value_

      String value_
      Value.
    • specified_

      boolean specified_
      Specified.
  • Constructor Details

    • Attribute

      Attribute()
  • Method Details

    • getNonNormalizedValue

      String getNonNormalizedValue()