org.vmguys.vmtools.utils
Class XmlBeautify

java.lang.Object
  |
  +--org.vmguys.vmtools.utils.XmlBeautify

public class XmlBeautify
extends java.lang.Object

This application parses an XML file and then writes it out. The only benefit is that the output is well-formatted.

Version:
0.1
Author:
gwheeler

Constructor Summary
XmlBeautify()
          Creates new XmlBeautify
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlBeautify

public XmlBeautify()
Creates new XmlBeautify
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - the command line arguments


Copyright © 2001 VM Systems, Inc. All Rights Reserved.