Uses of Class
net.officefloor.plugin.xml.unmarshall.tree.XmlState
Packages that use XmlState
-
Uses of XmlState in net.officefloor.plugin.xml.unmarshall.tree
Fields in net.officefloor.plugin.xml.unmarshall.tree declared as XmlStateModifier and TypeFieldDescriptionprotected final XmlStateTreeXmlUnmarshaller.HandlerImpl.stateState of the XML unmarshalling.Methods in net.officefloor.plugin.xml.unmarshall.tree with parameters of type XmlStateModifier and TypeMethodDescriptionvoidObjectXmlMapping.endMapping(XmlState state, String value) voidRootXmlMapping.endMapping(XmlState state, String value) voidStaticXmlMapping.endMapping(XmlState state, String elementName) voidValueXmlMapping.endMapping(XmlState state, String value) voidXmlMapping.endMapping(XmlState state, String value) Ends the load of the value/object to the target object based on the current context and state of unmarshalling.voidObjectXmlMapping.startMapping(XmlState state, String elementName) voidRootXmlMapping.startMapping(XmlState state, String elementName) voidStaticXmlMapping.startMapping(XmlState state, String elementName) voidValueXmlMapping.startMapping(XmlState state, String elementName) voidXmlMapping.startMapping(XmlState state, String elementName) Starts the load of the value/object to the target object based on the current context and state of unmarshalling.Constructors in net.officefloor.plugin.xml.unmarshall.tree with parameters of type XmlStateModifierConstructorDescriptionHandlerImpl(XmlState state) Initiate with state of XML unmarshalling.