Class EchoDOM

java.lang.Object
  extended byEchoDOM

public class EchoDOM
extends java.lang.Object

A command line tool to exercise Beck's interface to DOM.


Constructor Summary
EchoDOM()
           
 
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

EchoDOM

public EchoDOM()
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. to DOM trees, thence to Java objects, and finally 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