Class ConvertSchema
java.lang.Object
|
+----ConvertSchema
- public class ConvertSchema
- extends Object
This application converts a schema document to a DTD and vice versa.
Currently, it only supports conversions from DDML documents to DTDs and
vice versa. To use other schema languages, you need to write the appropriate
converters. (It should take a day or less for each direction assuming you
know the schema language well and don't support the more exotic stuff such
as schema reuse features.)
The command line syntax for this application is:
java GenerateMap
-
ConvertSchema()
-
-
main(String[])
-
ConvertSchema
public ConvertSchema()
main
public static void main(String argv[])