Uses of Class
net.officefloor.plugin.xml.unmarshall.tree.ReferencedXmlMappingRegistry
-
Packages that use ReferencedXmlMappingRegistry Package Description net.officefloor.plugin.xml.unmarshall.tree -
-
Uses of ReferencedXmlMappingRegistry in net.officefloor.plugin.xml.unmarshall.tree
Constructors in net.officefloor.plugin.xml.unmarshall.tree with parameters of type ReferencedXmlMappingRegistry Constructor Description TreeXmlUnmarshaller(XmlMappingMetaData metaData, TranslatorRegistry translatorRegistry, ReferencedXmlMappingRegistry referenceRegistry)
Initiate with details to unmarshall the XML.XmlContext(java.lang.Class<?> targetObjectType, java.lang.String rootNode, XmlMappingMetaData[] configuration, TranslatorRegistry translatorRegistry, ReferencedXmlMappingRegistry referencedRegistry)
Constructor that should be used by external classes to instantiate this.XmlContext(java.lang.Class<?> targetObjectType, XmlMappingMetaData[] configuration, TranslatorRegistry translatorRegistry, java.lang.String outerElementName, XmlContext outerContext, ReferencedXmlMappingRegistry referencedRegistry)
Initiate theXmlContext
from configuration.
-