public interface CustomAttributeValue
| Modifier and Type | Method and Description |
|---|---|
HashMap |
getNamespaces()
Returns the namespaces used within this attribute value.
|
java.lang.Object |
getValue()
Returns the value of the attribute.
|
void |
serialize(XmlSerializer serializer,
QName attributeName)
Serializes this attribute value using the provided
XmlSerializer. |
HashMap getNamespaces()
java.lang.Object getValue()
void serialize(XmlSerializer serializer, QName attributeName) throws java.io.IOException
XmlSerializer. The value is assigned
to an attribute with the specified qualified name attributeName.serializer - the serializer to write the attribute value toattributeName - the name of the attribute to assign this attribute value tojava.io.IOException - if an error occurs during writing to the serializer