Uses of Package
net.officefloor.plugin.xml.unmarshall.tree
-
Packages that use net.officefloor.plugin.xml.unmarshall.tree Package Description net.officefloor.plugin.xml.unmarshall.designate net.officefloor.plugin.xml.unmarshall.tree -
Classes in net.officefloor.plugin.xml.unmarshall.tree used by net.officefloor.plugin.xml.unmarshall.designate Class Description XmlContext Context for XML unmarshalling to target object. -
Classes in net.officefloor.plugin.xml.unmarshall.tree used by net.officefloor.plugin.xml.unmarshall.tree Class Description AttributeXmlMappings Contains theXmlMapping
instances for attributes of a particular element.ElementXmlMapping Contains theXmlMapping
instance for a particular element and theAttributeXmlMappings
for the attributes of the element.ReferencedXmlMappingRegistry Registry ofReferenceXmlMapping
instances.TreeXmlUnmarshaller Implementation ofXmlUnmarshaller
that is capable of unmarshalling a tree structure of objects from XML.TreeXmlUnmarshaller.HandlerImpl Handler to load XML values onto target object.TreeXmlUnmarshallerFactory Factory for the creation of aTreeXmlUnmarshaller
.XmlContext Context for XML unmarshalling to target object.XmlMapping Mapping of XML element/attribute to either a value/new object on a target object.XmlMappingMetaData Meta-data of theXmlContext
.XmlMappingType Type of theXmlMappingMetaData
.XmlState State of the XML unmarshalling.