public class AbstractExtensibleXMLObjectMarshaller extends AbstractElementExtensibleXMLObjectMarshaller
xs:any
and with
xs:anyAttribute
attributes.コンストラクタと説明 |
---|
AbstractExtensibleXMLObjectMarshaller()
Constructor.
|
AbstractExtensibleXMLObjectMarshaller(String targetNamespaceURI,
String targetLocalName)
推奨されていません。
no replacement
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls the
xs:anyAttribute attributes. |
marshallElementContent
checkXMLObjectIsTarget, marshall, marshall, marshall, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, setDocumentElement
public AbstractExtensibleXMLObjectMarshaller()
public AbstractExtensibleXMLObjectMarshaller(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 marshallAttributes(XMLObject xmlObject, Element domElement) throws MarshallingException
xs:anyAttribute
attributes.
No xs:anyAttribute
attributes.
Marshalls a given XMLObject into a W3C Element. The given signing context should be blindly passed to the
marshaller for child elements. The XMLObject passed to this method is guaranteed to be of the target name
specified during this unmarshaller's construction.marshallAttributes
クラス内 AbstractElementExtensibleXMLObjectMarshaller
xmlObject
- the XMLObject to marshalldomElement
- the W3C DOM elementMarshallingException
- thrown if there is a problem marshalling the elementCopyright © 2012. All Rights Reserved.