public abstract class AbstractElementExtensibleXMLObjectUnmarshaller extends AbstractXMLObjectUnmarshaller
xs:any, but without
xs:anyAttribute attributes or text content.| コンストラクタと説明 |
|---|
AbstractElementExtensibleXMLObjectUnmarshaller()
Constructor.
|
AbstractElementExtensibleXMLObjectUnmarshaller(String targetNamespaceURI,
String targetLocalName)
推奨されていません。
no replacement
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
public 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 クラス内 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 クラス内 AbstractXMLObjectUnmarshallerxmlObject - the XMLObjectattribute - the attributeUnmarshallingException - thrown if there is a problem adding the attribute to the XMLObjectprotected void processElementContent(XMLObject xmlObject, String elementContent)
processElementContent クラス内 AbstractXMLObjectUnmarshallerxmlObject - XMLObject the content will be given toelementContent - the Element's contentCopyright © 2012. All Rights Reserved.