public abstract class AbstractExtensibleXMLObjectUnmarshaller extends AbstractElementExtensibleXMLObjectUnmarshaller
xs:any and with
xs:anyAttribute attributes.| Constructor and Description |
|---|
AbstractExtensibleXMLObjectUnmarshaller()
Constructor.
|
AbstractExtensibleXMLObjectUnmarshaller(String targetNamespaceURI,
String targetLocalName)
Deprecated.
no replacement
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
processAttribute(XMLObject xmlObject,
Attr attribute)
Unmarshalls the
xs:anyAttribute attributes. |
processChildElement, processElementContentbuildXMLObject, checkElementIsTarget, checkIDAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContentpublic AbstractExtensibleXMLObjectUnmarshaller()
public AbstractExtensibleXMLObjectUnmarshaller(String targetNamespaceURI, String targetLocalName)
targetNamespaceURI - the namespace URI of either the schema type QName or element QName of the elements this
unmarshaller operates ontargetLocalName - the local name of either the schema type QName or element QName of the elements this
unmarshaller operates onprotected void processAttribute(XMLObject xmlObject, 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.processAttribute in class AbstractElementExtensibleXMLObjectUnmarshallerxmlObject - the XMLObjectattribute - the attributeUnmarshallingException - thrown if there is a problem adding the attribute to the XMLObjectCopyright © 2018 JBoss by Red Hat. All rights reserved.