simtools.util
Class XmlFormater

java.lang.Object
  extended by simtools.util.XmlFormater

public class XmlFormater
extends java.lang.Object

Class XmlFormater XmlFormater: a tool to indent xml files.


Constructor Summary
XmlFormater()
           
 
Method Summary
static void main(java.lang.String[] args)
          Method main
Summary:
This method permits to format an xml file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlFormater

public XmlFormater()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Method main
Summary:
This method permits to format an xml file. This method read the given file, and print the result.
-On stdout -or in ouput file if precised.

Parameters:
args - inputFile [outputFile]?
Throws:
java.io.IOException