public abstract class AbstractExtensibleXMLObjectUnmarshaller extends AbstractElementExtensibleXMLObjectUnmarshaller
xs:any and with
xs:anyAttribute attributes.| コンストラクタと説明 |
|---|
AbstractExtensibleXMLObjectUnmarshaller()
Constructor.
|
AbstractExtensibleXMLObjectUnmarshaller(String targetNamespaceURI,
String targetLocalName)
推奨されていません。
no replacement
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
processAttribute(XMLObject xmlObject,
Attr attribute)
Unmarshalls the
xs:anyAttribute attributes. |
processChildElement, processElementContentpublic 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 クラス内 AbstractElementExtensibleXMLObjectUnmarshallerxmlObject - the XMLObjectattribute - the attributeUnmarshallingException - thrown if there is a problem adding the attribute to the XMLObjectCopyright © 2012. All Rights Reserved.