oracle.xml.classgen
Class oracg

java.lang.Object
  |
  +--oracle.xml.classgen.oracg

public class oracg
extends java.lang.Object

The oracg class provides a command-line interface to generate java classes corresponding to the DTD or XML Schema java oracle.xml.classgen.oracg options are:
-help Prints the help message text
-version Print the release version.
-dtd [-root ] The input file is a DTD file or DTD based XML file
-schema The input file is a Schema file or Schema based XML file
-outputDir The directory name where java source is generated
-package The package name(s) of the generated java classes.
-comment Generate comments for the generated java source code.


Constructor Summary
oracg()
           
 
Method Summary
TypeMethod
static void main(java.lang.String[] args)
          The main method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

oracg

public oracg()
Method Detail

main

public static void main(java.lang.String[] args)
The main method