Class EchoSchematic

java.lang.Object
  extended byEchoSchematic

public class EchoSchematic
extends java.lang.Object


Constructor Summary
EchoSchematic()
           
 
Method Summary
static void main(java.lang.String[] arg)
          Use the mapping file named arg[0] and the XML schema file named arg[1] to copy from the XML files named arg[2], arg[3] etc.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoSchematic

public EchoSchematic()
Method Detail

main

public static void main(java.lang.String[] arg)
                 throws java.lang.Exception
Use the mapping file named arg[0] and the XML schema file named arg[1] to copy from the XML files named arg[2], arg[3] etc. to objects and then back to XML via System.out. For best results, set this System property (e.g. on the command line): -Dorg.xml.sax.parser=org.apache.xerces.parsers.SAXParser

Throws:
java.lang.Exception