public abstract class BaseXMLObjectMarshaller extends AbstractXMLObjectMarshaller
Marshaller classes.
This base class provides no-op implementations of the methods marshallAttributes(XMLObject, Element) and
marshallElementContent(XMLObject, Element). Developers extending this class may need to override one or
both of these.| コンストラクタと説明 |
|---|
BaseXMLObjectMarshaller() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
checkXMLObjectIsTarget, marshall, marshall, marshall, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, setDocumentElementprotected void marshallAttributes(XMLObject xmlObject, Element domElement) throws MarshallingException
marshallAttributes クラス内 AbstractXMLObjectMarshallerxmlObject - the XMLObject to marshalldomElement - the W3C DOM elementMarshallingException - thrown if there is a problem marshalling the elementprotected void marshallElementContent(XMLObject xmlObject, Element domElement) throws MarshallingException
marshallElementContent クラス内 AbstractXMLObjectMarshallerxmlObject - the XMLObjectdomElement - the DOM element recieving the contentMarshallingException - thrown if the textual content can not be added to the DOM elementCopyright © 2012. All Rights Reserved.