Uses of Class
net.officefloor.plugin.xml.unmarshall.tree.XmlContext
-
Packages that use XmlContext Package Description net.officefloor.plugin.xml.unmarshall.designate net.officefloor.plugin.xml.unmarshall.tree -
-
Uses of XmlContext in net.officefloor.plugin.xml.unmarshall.designate
Fields in net.officefloor.plugin.xml.unmarshall.designate declared as XmlContext Modifier and Type Field Description XmlContextDesignateXmlUnmarshaller.DelegateMetaData. contextDelegateXmlContext.Constructors in net.officefloor.plugin.xml.unmarshall.designate with parameters of type XmlContext Constructor Description DelegateMetaData(java.lang.Class<?> rootClass, XmlContext delegateContext)Initiate. -
Uses of XmlContext in net.officefloor.plugin.xml.unmarshall.tree
Fields in net.officefloor.plugin.xml.unmarshall.tree declared as XmlContext Modifier and Type Field Description protected XmlContextXmlState. currentContextCurrentXmlContextin which to unmarshall.protected XmlContextXmlState. initialContextInitialXmlContextin which to unmarshall.protected XmlContextObjectXmlMapping. loadObjectContextXmlContextof the object to be loaded onto the target object.protected XmlContextRootXmlMapping. rootObjectContextXmlContextof the root target object.Methods in net.officefloor.plugin.xml.unmarshall.tree that return XmlContext Modifier and Type Method Description XmlContextXmlState. getCurrentContext()Obtains the currentXmlContext.Methods in net.officefloor.plugin.xml.unmarshall.tree with parameters of type XmlContext Modifier and Type Method Description voidXmlState. pushContext(java.lang.String elementName, java.lang.Object targetObject, XmlContext context)Makes the input target object andXmlContextthe current for XML unmarshalling.Constructors in net.officefloor.plugin.xml.unmarshall.tree with parameters of type XmlContext Constructor Description ObjectXmlMapping(ObjectLoader loader, XmlContext loadObjectContext)Initiate with loader andXmlContextfor the object loaded.RootXmlMapping(XmlContext rootObjectContext)Initiate withXmlContextfor the root target object.XmlContext(java.lang.Class<?> targetObjectType, XmlMappingMetaData[] configuration, TranslatorRegistry translatorRegistry, java.lang.String outerElementName, XmlContext outerContext, ReferencedXmlMappingRegistry referencedRegistry)Initiate theXmlContextfrom configuration.XmlState(XmlContext initialContext)Initiate with the initialXmlContext.
-