public abstract class AbstractExtensibleXMLObjectUnmarshaller extends AbstractElementExtensibleXMLObjectUnmarshaller
xs:any
and with
xs:anyAttribute
attributes.Constructor and Description |
---|
AbstractExtensibleXMLObjectUnmarshaller()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
processAttribute(XMLObject xmlObject,
Attr attribute)
Unmarshalls the
xs:anyAttribute attributes. |
processChildElement, processElementContent
buildXMLObject, checkIDAttribute, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
public AbstractExtensibleXMLObjectUnmarshaller()
protected void processAttribute(@Nonnull XMLObject xmlObject, @Nonnull Attr attribute) throws UnmarshallingException
xs:anyAttribute
attributes.
No xs:anyAttribute
attribute.
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
The default implementation of this method is a no-opprocessAttribute
in class AbstractElementExtensibleXMLObjectUnmarshaller
xmlObject
- the XMLObjectattribute
- the attributeUnmarshallingException
- thrown if there is a problem adding the attribute to the XMLObjectCopyright © 2018. All rights reserved.