xmltool.classgen
Class ClassGenerator

java.lang.Object
  |
  +--xmltool.classgen.ClassGenerator

public class ClassGenerator
extends java.lang.Object

Generate the classes needed to store Java objects into the POET database


Field Summary
static com.ibm.xml.parser.DTD genDTD
          DTD for which the query is being formed
 
Constructor Summary
ClassGenerator(java.lang.String string)
          Constructor for this class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

genDTD

public static com.ibm.xml.parser.DTD genDTD
DTD for which the query is being formed
Constructor Detail

ClassGenerator

public ClassGenerator(java.lang.String string)
               throws java.io.IOException
Constructor for this class
Parameters:
string - DTD file name w/o the DTD extension
Throws:
java.lang.IOException - Thrown while fetching and parsing the DTD from a file