Methods in org.ephman.abra.tools with parameters of type UnmarshalContext |
protected java.lang.Object |
Marshaller.unmarshal(org.ephman.xml.XmlNode thisNode,
UnmarshalContext context,
XmlDescriptor desc)
a routine to be called on a composite node - with the current context and the Xml descriptor
for this object |
protected void |
Marshaller.setArray(JField jf,
java.util.Vector nodes,
java.lang.Object obj,
XmlDescriptor desc,
UnmarshalContext context)
a method to set an array described by jf into obj (whose descriptor is desc |
protected void |
Marshaller.setAllAttributes(org.ephman.xml.XmlNode thisNode,
java.lang.Object obj,
XmlDescriptor desc,
UnmarshalContext context)
|
protected void |
Marshaller.setDate(java.lang.Object o,
java.lang.reflect.Method m,
java.lang.String value,
UnmarshalContext context)
|
protected java.sql.Timestamp |
Marshaller.getDate(java.lang.String value,
UnmarshalContext context)
|
protected void |
Marshaller.setElement(org.ephman.xml.XmlNode thisNode,
java.lang.Object obj,
XmlDescriptor desc,
UnmarshalContext context)
|
(package private) java.lang.Object |
Marshaller.getPrimitive(org.ephman.xml.XmlNode thisNode,
JField jf,
UnmarshalContext context)
|
protected void |
Marshaller.recurseOnChildList(java.util.Vector children,
java.lang.Object obj,
XmlDescriptor desc,
UnmarshalContext context)
|