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 java.lang.Object
Attribute information.
-
-
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()
-
-
-
Field Detail
-
name_
final QName name_
Name.
-
type_
java.lang.String type_
Type.
-
value_
java.lang.String value_
Value.
-
specified_
boolean specified_
Specified.
-
-