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 class
AbstractTypeXmlMapping
AbstractXmlMapping
to aid in type specific mapping.class
AbstractValueXmlMapping
AbstractXmlMapping
to aid in writing an attribute/value.class
AbstractXmlMapping
AbstractXmlMapping
to aid in mapping.class
AttributeXmlMapping
Writes an XML attribute with value sourced from object.class
CollectionXmlMapping
Implementation ofXmlMapping
to iterate over aCollection
object in context.class
ObjectXmlMapping
Writes an object into XML.class
StaticXmlMapping
Provides static mapping.class
TreeXmlMarshaller
Implementation ofXmlMarshaller
that is capable of marshalling a tree object graph.class
TypeXmlMapping
Implementation ofXmlMapping
to map an object based on its specific sub-type implementation.class
ValueXmlMapping
Writes a XML value with value sourced from object.Methods in net.officefloor.plugin.xml.marshall.tree that return XmlWriter Modifier and Type Method Description XmlWriter
AbstractXmlMapping. getWriter()
XmlWriter
ProxyXmlMapping. getWriter()
XmlWriter
ReferenceXmlMapping. getWriter()
XmlWriter
StaticXmlMapping. getWriter()
XmlWriter
TreeXmlMarshaller. getWriter()
XmlWriter
XmlMapping. getWriter()
Obtains theXmlWriter
for this mapping.
-