fr.tireme.shared.commandline
Class CanonXML

java.lang.Object
  extended by fr.tireme.shared.commandline.CanonXML

public class CanonXML
extends java.lang.Object

Canonical transformation of an input file.

Author:
pierre

Constructor Summary
CanonXML()
           
 
Method Summary
static void canon(java.lang.String fileIn, java.lang.String fileOut)
           
static void main(java.lang.String[] argv)
          Main class for running the program.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CanonXML

public CanonXML()
Method Detail

main

public static void main(java.lang.String[] argv)
Main class for running the program.

canon

public static void canon(java.lang.String fileIn,
                         java.lang.String fileOut)
                  throws java.lang.Exception
Throws:
java.lang.Exception