Uses of Interface
net.officefloor.plugin.xml.marshall.tree.XmlWriter
-
Packages that use XmlWriter Package Description net.officefloor.plugin.xml.marshall.tree -
-
Uses of XmlWriter in net.officefloor.plugin.xml.marshall.tree
Classes in net.officefloor.plugin.xml.marshall.tree that implement XmlWriter Modifier and Type Class Description classAbstractTypeXmlMappingAbstractXmlMappingto aid in type specific mapping.classAbstractValueXmlMappingAbstractXmlMappingto aid in writing an attribute/value.classAbstractXmlMappingAbstractXmlMappingto aid in mapping.classAttributeXmlMappingWrites an XML attribute with value sourced from object.classCollectionXmlMappingImplementation ofXmlMappingto iterate over aCollectionobject in context.classObjectXmlMappingWrites an object into XML.classStaticXmlMappingProvides static mapping.classTreeXmlMarshallerImplementation ofXmlMarshallerthat is capable of marshalling a tree object graph.classTypeXmlMappingImplementation ofXmlMappingto map an object based on its specific sub-type implementation.classValueXmlMappingWrites a XML value with value sourced from object.Methods in net.officefloor.plugin.xml.marshall.tree that return XmlWriter Modifier and Type Method Description XmlWriterAbstractXmlMapping. getWriter()XmlWriterProxyXmlMapping. getWriter()XmlWriterReferenceXmlMapping. getWriter()XmlWriterStaticXmlMapping. getWriter()XmlWriterTreeXmlMarshaller. getWriter()XmlWriterXmlMapping. getWriter()Obtains theXmlWriterfor this mapping.
-