public interface IXMLMarshallable extends XMLMarshallable
Java interface defines the methods to marshal the attributes of an element and the child elements of an element.| Modifier and Type | Method and Description |
|---|---|
void |
marshal(XMLOutputter output)
Deprecated.
|
void |
marshalAttributes(XMLOutputter output)
Gives an XML representation of the attributes of an object.
|
void |
marshalChildren(XMLOutputter output)
Gives an XML representation of the child objects of an object.
|
addCharacterData, addChild, setAttributes@Deprecated void marshal(XMLOutputter output)
XMLMarshallablemarshal in interface XMLMarshallableoutput - The XML output to marshal the object intovoid marshalAttributes(XMLOutputter output)
output - The XML output to marshal the object attributes intovoid marshalChildren(XMLOutputter output)
output - The XML output to marshal the child objects into