Uses of Interface
net.officefloor.plugin.xml.XmlOutput
-
Packages that use XmlOutput Package Description net.officefloor.plugin.xml net.officefloor.plugin.xml.marshall.output net.officefloor.plugin.xml.marshall.tree -
-
Uses of XmlOutput in net.officefloor.plugin.xml
Methods in net.officefloor.plugin.xml with parameters of type XmlOutput Modifier and Type Method Description void
XmlMarshaller. marshall(java.lang.Object source, XmlOutput output)
Marshalls the source object as XML to the output. -
Uses of XmlOutput in net.officefloor.plugin.xml.marshall.output
Classes in net.officefloor.plugin.xml.marshall.output that implement XmlOutput Modifier and Type Class Description class
FormattedXmlOutput
Provides formatting of the XML output to a delegateXmlOutput
.class
WriterXmlOutput
Implementation ofXmlOutput
to write to aWriter
.Constructors in net.officefloor.plugin.xml.marshall.output with parameters of type XmlOutput Constructor Description FormattedXmlOutput(XmlOutput delegate, java.lang.String indent)
Initiate. -
Uses of XmlOutput in net.officefloor.plugin.xml.marshall.tree
Methods in net.officefloor.plugin.xml.marshall.tree with parameters of type XmlOutput Modifier and Type Method Description void
AbstractXmlMapping. map(java.lang.Object object, XmlOutput output)
void
ProxyXmlMapping. map(java.lang.Object source, XmlOutput output)
void
ReferenceXmlMapping. map(java.lang.Object source, XmlOutput output)
void
StaticXmlMapping. map(java.lang.Object object, XmlOutput output)
void
TreeXmlMarshaller. map(java.lang.Object object, XmlOutput output)
void
XmlMapping. map(java.lang.Object object, XmlOutput output)
Maps the object into XML.void
TreeXmlMarshaller. marshall(java.lang.Object source, XmlOutput output)
void
XmlContext. marshall(java.lang.Object source, XmlOutput output)
Marshalls the source object as XML to the output.void
XmlSpecificContext. marshall(java.lang.Object source, XmlOutput output)
Does the marshalling of the source object to the output.protected abstract void
AbstractTypeXmlMapping. writeSpecificXml(java.lang.Object object, XmlOutput output)
Writes the specific XML for the input object.protected void
CollectionXmlMapping. writeSpecificXml(java.lang.Object object, XmlOutput output)
protected void
TypeXmlMapping. writeSpecificXml(java.lang.Object object, XmlOutput output)
void
AbstractTypeXmlMapping. writeXml(java.lang.Object object, XmlOutput output)
void
AbstractValueXmlMapping. writeXml(java.lang.Object value, XmlOutput output)
protected abstract void
AbstractValueXmlMapping. writeXml(java.lang.String tagName, java.lang.String value, XmlOutput output)
Writes the XML.protected void
AttributeXmlMapping. writeXml(java.lang.String tagName, java.lang.String value, XmlOutput output)
void
ObjectXmlMapping. writeXml(java.lang.Object object, XmlOutput output)
void
StaticXmlMapping. writeXml(java.lang.Object object, XmlOutput output)
void
TreeXmlMarshaller. writeXml(java.lang.Object object, XmlOutput output)
protected void
ValueXmlMapping. writeXml(java.lang.String tagName, java.lang.String value, XmlOutput output)
protected static void
XmlMarshallerUtil. writeXml(java.lang.String xmlSnippet, XmlOutput output)
Writes the xml to the output.void
XmlWriter. writeXml(java.lang.Object object, XmlOutput output)
Writes the XML for the input object.
-