Class Unmarshal

java.lang.Object
  extended byUnmarshal

public class Unmarshal
extends java.lang.Object


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

Constructor Detail

Unmarshal

public Unmarshal()
Method Detail

main

public static void main(java.lang.String[] arg)
                 throws java.lang.Exception
Use the mapping file named arg[0] to copy from the XML files named arg[1], arg[2] etc. 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