Uses of Class
net.officefloor.plugin.xml.unmarshall.tree.XmlState
-
Packages that use XmlState Package Description net.officefloor.plugin.xml.unmarshall.tree -
-
Uses of XmlState in net.officefloor.plugin.xml.unmarshall.tree
Fields in net.officefloor.plugin.xml.unmarshall.tree declared as XmlState Modifier and Type Field Description protected XmlStateTreeXmlUnmarshaller.HandlerImpl. stateState of the XML unmarshalling.Methods in net.officefloor.plugin.xml.unmarshall.tree with parameters of type XmlState Modifier and Type Method Description voidObjectXmlMapping. endMapping(XmlState state, java.lang.String value)voidRootXmlMapping. endMapping(XmlState state, java.lang.String value)voidStaticXmlMapping. endMapping(XmlState state, java.lang.String elementName)voidValueXmlMapping. endMapping(XmlState state, java.lang.String value)voidXmlMapping. endMapping(XmlState state, java.lang.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, java.lang.String elementName)voidRootXmlMapping. startMapping(XmlState state, java.lang.String elementName)voidStaticXmlMapping. startMapping(XmlState state, java.lang.String elementName)voidValueXmlMapping. startMapping(XmlState state, java.lang.String elementName)voidXmlMapping. startMapping(XmlState state, java.lang.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 XmlState Constructor Description HandlerImpl(XmlState state)Initiate with state of XML unmarshalling.
-