public class AddressUnmarshaller extends AbstractXMLObjectUnmarshaller
Address objects.| Constructor and Description |
|---|
AddressUnmarshaller() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processAttribute(XMLObject fedObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
processChildElement(XMLObject fedObject,
XMLObject child)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
processElementContent(XMLObject fedObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
buildXMLObject, checkElementIsTarget, checkIDAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContentprotected void processElementContent(XMLObject fedObject, String elementContent)
processElementContent in class AbstractXMLObjectUnmarshallerfedObject - XMLObject the content will be given toelementContent - the Element's contentprotected void processAttribute(XMLObject fedObject, Attr attribute)
processAttribute in class AbstractXMLObjectUnmarshallerfedObject - the XMLObjectattribute - the attributeprotected void processChildElement(XMLObject fedObject, XMLObject child)
processChildElement in class AbstractXMLObjectUnmarshallerfedObject - the parent XMLObjectchild - the child XMLObjectCopyright © 2018 JBoss by Red Hat. All rights reserved.