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 <rootName>] <DTD File> The input file is a DTD file or DTD based XML file
-schema <Schema File> The input file is a Schema file or Schema based XML file
-outputDir <Output Dir> The directory name where java source is generated
-package <Package Name> The package name(s) of the generated java classes.
-comment Generate comments for the generated java source code.


Constructor Summary
oracg()

Method Summary
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


Copyright © 1997, 2004, Oracle. All rights reserved.