public class AddressMarshaller extends AbstractXMLObjectMarshaller
Address
objects.Constructor and Description |
---|
AddressMarshaller() |
Modifier and Type | Method and Description |
---|---|
protected void |
marshallAttributes(XMLObject fedObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
marshallElementContent(XMLObject fedObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
checkXMLObjectIsTarget, marshall, marshall, marshall, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, setDocumentElement
protected void marshallAttributes(XMLObject fedObject, Element domElement)
marshallAttributes
in class AbstractXMLObjectMarshaller
fedObject
- the XMLObject to marshalldomElement
- the W3C DOM elementprotected void marshallElementContent(XMLObject fedObject, Element domElement)
marshallElementContent
in class AbstractXMLObjectMarshaller
fedObject
- the XMLObjectdomElement
- the DOM element recieving the contentCopyright © 2018 JBoss by Red Hat. All rights reserved.