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 XmlContext
DesignateXmlUnmarshaller.DelegateMetaData. context
DelegateXmlContext
.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 XmlContext
XmlState. currentContext
CurrentXmlContext
in which to unmarshall.protected XmlContext
XmlState. initialContext
InitialXmlContext
in which to unmarshall.protected XmlContext
ObjectXmlMapping. loadObjectContext
XmlContext
of the object to be loaded onto the target object.protected XmlContext
RootXmlMapping. rootObjectContext
XmlContext
of the root target object.Methods in net.officefloor.plugin.xml.unmarshall.tree that return XmlContext Modifier and Type Method Description XmlContext
XmlState. getCurrentContext()
Obtains the currentXmlContext
.Methods in net.officefloor.plugin.xml.unmarshall.tree with parameters of type XmlContext Modifier and Type Method Description void
XmlState. pushContext(java.lang.String elementName, java.lang.Object targetObject, XmlContext context)
Makes the input target object andXmlContext
the 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 andXmlContext
for the object loaded.RootXmlMapping(XmlContext rootObjectContext)
Initiate withXmlContext
for the root target object.XmlContext(java.lang.Class<?> targetObjectType, XmlMappingMetaData[] configuration, TranslatorRegistry translatorRegistry, java.lang.String outerElementName, XmlContext outerContext, ReferencedXmlMappingRegistry referencedRegistry)
Initiate theXmlContext
from configuration.XmlState(XmlContext initialContext)
Initiate with the initialXmlContext
.
-