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, processElementContentbuildXMLObject, checkIDAttribute, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContentpublic 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 AbstractElementExtensibleXMLObjectUnmarshallerxmlObject - the XMLObjectattribute - the attributeUnmarshallingException - thrown if there is a problem adding the attribute to the XMLObjectCopyright © 1999–2014. All rights reserved.