Class XMLAttributesImpl.AttributeExt
- java.lang.Object
-
- org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl.Attribute
-
- org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl.AttributeExt
-
- Enclosing class:
- XMLAttributesImpl
static class XMLAttributesImpl.AttributeExt extends XMLAttributesImpl.Attribute
Attribute information.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
nonNormalizedValue_
-
Fields inherited from class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl.Attribute
name_, specified_, type_, value_
-
-
Constructor Summary
Constructors Constructor Description AttributeExt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.String
getNonNormalizedValue()
-
-
-
Method Detail
-
getNonNormalizedValue
java.lang.String getNonNormalizedValue()
- Overrides:
getNonNormalizedValue
in classXMLAttributesImpl.Attribute
-
-