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 voidXmlMarshaller. 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 classFormattedXmlOutputProvides formatting of the XML output to a delegateXmlOutput.classWriterXmlOutputImplementation ofXmlOutputto 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 voidAbstractXmlMapping. map(java.lang.Object object, XmlOutput output)voidProxyXmlMapping. map(java.lang.Object source, XmlOutput output)voidReferenceXmlMapping. map(java.lang.Object source, XmlOutput output)voidStaticXmlMapping. map(java.lang.Object object, XmlOutput output)voidTreeXmlMarshaller. map(java.lang.Object object, XmlOutput output)voidXmlMapping. map(java.lang.Object object, XmlOutput output)Maps the object into XML.voidTreeXmlMarshaller. marshall(java.lang.Object source, XmlOutput output)voidXmlContext. marshall(java.lang.Object source, XmlOutput output)Marshalls the source object as XML to the output.voidXmlSpecificContext. marshall(java.lang.Object source, XmlOutput output)Does the marshalling of the source object to the output.protected abstract voidAbstractTypeXmlMapping. writeSpecificXml(java.lang.Object object, XmlOutput output)Writes the specific XML for the input object.protected voidCollectionXmlMapping. writeSpecificXml(java.lang.Object object, XmlOutput output)protected voidTypeXmlMapping. writeSpecificXml(java.lang.Object object, XmlOutput output)voidAbstractTypeXmlMapping. writeXml(java.lang.Object object, XmlOutput output)voidAbstractValueXmlMapping. writeXml(java.lang.Object value, XmlOutput output)protected abstract voidAbstractValueXmlMapping. writeXml(java.lang.String tagName, java.lang.String value, XmlOutput output)Writes the XML.protected voidAttributeXmlMapping. writeXml(java.lang.String tagName, java.lang.String value, XmlOutput output)voidObjectXmlMapping. writeXml(java.lang.Object object, XmlOutput output)voidStaticXmlMapping. writeXml(java.lang.Object object, XmlOutput output)voidTreeXmlMarshaller. writeXml(java.lang.Object object, XmlOutput output)protected voidValueXmlMapping. writeXml(java.lang.String tagName, java.lang.String value, XmlOutput output)protected static voidXmlMarshallerUtil. writeXml(java.lang.String xmlSnippet, XmlOutput output)Writes the xml to the output.voidXmlWriter. writeXml(java.lang.Object object, XmlOutput output)Writes the XML for the input object.
-