Uses of Class
net.officefloor.plugin.xml.unmarshall.tree.XmlContext
Packages that use XmlContext
Package
Description
-
Uses of XmlContext in net.officefloor.plugin.xml.unmarshall.designate
Fields in net.officefloor.plugin.xml.unmarshall.designate declared as XmlContextModifier and TypeFieldDescriptionfinal XmlContextDesignateXmlUnmarshaller.DelegateMetaData.contextDelegateXmlContext.Constructors in net.officefloor.plugin.xml.unmarshall.designate with parameters of type XmlContextModifierConstructorDescriptionDelegateMetaData(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 XmlContextModifier and TypeFieldDescriptionprotected XmlContextXmlState.currentContextCurrentXmlContextin which to unmarshall.protected final XmlContextXmlState.initialContextInitialXmlContextin which to unmarshall.protected final XmlContextObjectXmlMapping.loadObjectContextXmlContextof the object to be loaded onto the target object.protected final XmlContextRootXmlMapping.rootObjectContextXmlContextof the root target object.Methods in net.officefloor.plugin.xml.unmarshall.tree that return XmlContextMethods in net.officefloor.plugin.xml.unmarshall.tree with parameters of type XmlContextModifier and TypeMethodDescriptionvoidXmlState.pushContext(String elementName, 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 XmlContextModifierConstructorDescriptionObjectXmlMapping(ObjectLoader loader, XmlContext loadObjectContext) Initiate with loader andXmlContextfor the object loaded.RootXmlMapping(XmlContext rootObjectContext) Initiate withXmlContextfor the root target object.protectedXmlContext(Class<?> targetObjectType, XmlMappingMetaData[] configuration, TranslatorRegistry translatorRegistry, String outerElementName, XmlContext outerContext, ReferencedXmlMappingRegistry referencedRegistry) Initiate theXmlContextfrom configuration.XmlState(XmlContext initialContext) Initiate with the initialXmlContext.