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

Packages that use XmlProcessor
org.ephman.abra.tools   
 

Uses of XmlProcessor in org.ephman.abra.tools
 

Subclasses of XmlProcessor in org.ephman.abra.tools
 class MapToJava
          read an XML file representing a Java to SQL mapping for then generate classes in the current directory (or use -outdir) ! make sure to give fully qualified class name ie com.foo.bar.database.User in the map file..
 class Marshaller
          A class to marshall from Java classes to XML docs.