Uses of Class
org.ephman.abra.tools.XmlDescriptor

Packages that use XmlDescriptor
org.ephman.abra.tools   
 

Uses of XmlDescriptor in org.ephman.abra.tools
 

Methods in org.ephman.abra.tools with parameters of type XmlDescriptor
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.setElement(org.ephman.xml.XmlNode thisNode, java.lang.Object obj, XmlDescriptor desc, UnmarshalContext context)
           
protected  void Marshaller.recurseOnChildList(java.util.Vector children, java.lang.Object obj, XmlDescriptor desc, UnmarshalContext context)