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 XmlState
TreeXmlUnmarshaller.HandlerImpl. state
State of the XML unmarshalling.Methods in net.officefloor.plugin.xml.unmarshall.tree with parameters of type XmlState Modifier and Type Method Description void
ObjectXmlMapping. endMapping(XmlState state, java.lang.String value)
void
RootXmlMapping. endMapping(XmlState state, java.lang.String value)
void
StaticXmlMapping. endMapping(XmlState state, java.lang.String elementName)
void
ValueXmlMapping. endMapping(XmlState state, java.lang.String value)
void
XmlMapping. 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.void
ObjectXmlMapping. startMapping(XmlState state, java.lang.String elementName)
void
RootXmlMapping. startMapping(XmlState state, java.lang.String elementName)
void
StaticXmlMapping. startMapping(XmlState state, java.lang.String elementName)
void
ValueXmlMapping. startMapping(XmlState state, java.lang.String elementName)
void
XmlMapping. 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.
-