Uses of Interface
net.officefloor.plugin.xml.XmlUnmarshaller
-
Packages that use XmlUnmarshaller Package Description net.officefloor.model.generate net.officefloor.plugin.xml.unmarshall.flat net.officefloor.plugin.xml.unmarshall.tree -
-
Uses of XmlUnmarshaller in net.officefloor.model.generate
Methods in net.officefloor.model.generate that return XmlUnmarshaller Modifier and Type Method Description static XmlUnmarshaller
GraphNodeMetaData. getModelMetaDataXmlUnmarshaller()
Lazily obtains theXmlUnmarshaller
for theModelMetaData
. -
Uses of XmlUnmarshaller in net.officefloor.plugin.xml.unmarshall.flat
Classes in net.officefloor.plugin.xml.unmarshall.flat that implement XmlUnmarshaller Modifier and Type Class Description class
FlatXmlUnmarshaller
XML unmarshaller to load a flat object. -
Uses of XmlUnmarshaller in net.officefloor.plugin.xml.unmarshall.tree
Classes in net.officefloor.plugin.xml.unmarshall.tree that implement XmlUnmarshaller Modifier and Type Class Description class
TreeXmlUnmarshaller
Implementation ofXmlUnmarshaller
that is capable of unmarshalling a tree structure of objects from XML.
-