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.StringnonNormalizedValue_-
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 XMLAttributesImpl.Attributeclone()(package private) java.lang.StringgetNonNormalizedValue()-
Methods inherited from class org.htmlunit.cyberneko.xerces.util.XMLAttributesImpl.Attribute
getQName, getValue
-
-
-
-
Method Detail
-
getNonNormalizedValue
java.lang.String getNonNormalizedValue()
- Overrides:
getNonNormalizedValuein classXMLAttributesImpl.Attribute
-
clone
public XMLAttributesImpl.Attribute clone()
- Overrides:
clonein classXMLAttributesImpl.Attribute
-
-