public class AddressUnmarshaller extends AbstractXMLObjectUnmarshaller
Address
objects.コンストラクタと説明 |
---|
AddressUnmarshaller() |
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
protected void processElementContent(XMLObject fedObject, String elementContent)
processElementContent
クラス内 AbstractXMLObjectUnmarshaller
fedObject
- XMLObject the content will be given toelementContent
- the Element's contentprotected void processAttribute(XMLObject fedObject, Attr attribute)
processAttribute
クラス内 AbstractXMLObjectUnmarshaller
fedObject
- the XMLObjectattribute
- the attributeprotected void processChildElement(XMLObject fedObject, XMLObject child)
processChildElement
クラス内 AbstractXMLObjectUnmarshaller
fedObject
- the parent XMLObjectchild
- the child XMLObjectCopyright © 2012. All Rights Reserved.