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 XmlUnmarshallerGraphNodeMetaData. getModelMetaDataXmlUnmarshaller()Lazily obtains theXmlUnmarshallerfor 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 classFlatXmlUnmarshallerXML 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 classTreeXmlUnmarshallerImplementation ofXmlUnmarshallerthat is capable of unmarshalling a tree structure of objects from XML.
-