public abstract class AbstractElementExtensibleXMLObjectUnmarshaller extends AbstractXMLObjectUnmarshaller
xs:any, but without
xs:anyAttribute attributes or text content.| Constructor and Description |
|---|
AbstractElementExtensibleXMLObjectUnmarshaller()
Constructor.
|
AbstractElementExtensibleXMLObjectUnmarshaller(String targetNamespaceURI,
String targetLocalName)
Deprecated.
no replacement
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
processAttribute(XMLObject xmlObject,
Attr attribute)
No
xs:anyAttribute attribute. |
protected void |
processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Unmarshalls all child elements in the
xs:any list. |
protected void |
processElementContent(XMLObject xmlObject,
String elementContent)
No text content.
|
buildXMLObject, checkElementIsTarget, checkIDAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContentpublic AbstractElementExtensibleXMLObjectUnmarshaller()
public AbstractElementExtensibleXMLObjectUnmarshaller(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 processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) throws UnmarshallingException
xs:any list.
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.processChildElement in class AbstractXMLObjectUnmarshallerparentXMLObject - the parent XMLObjectchildXMLObject - the child XMLObjectUnmarshallingException - thrown if there is a problem adding the child to the parentprotected void processAttribute(XMLObject xmlObject, Attr attribute) throws UnmarshallingException
xs:anyAttribute attribute.
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.processAttribute in class AbstractXMLObjectUnmarshallerxmlObject - the XMLObjectattribute - the attributeUnmarshallingException - thrown if there is a problem adding the attribute to the XMLObjectprotected void processElementContent(XMLObject xmlObject, String elementContent)
processElementContent in class AbstractXMLObjectUnmarshallerxmlObject - XMLObject the content will be given toelementContent - the Element's contentCopyright © 2018 JBoss by Red Hat. All rights reserved.