edu.northwestern.at.utils.tools
Class CatalogXML

java.lang.Object
  extended by edu.northwestern.at.utils.tools.CatalogXML

public class CatalogXML
extends java.lang.Object

Catalogs XML files.

Usage:

CatalogXML dir

dir = path to directory containing XML files and any associated DTD files.

Each file in the directory with extension ".xml" is scanned. A report is written to stdout summarizing the XML structure of the files. The report shows all the possible element paths in a tree format. It's a kind of "poor man's DTD."


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

Method Detail

main

public static void main(java.lang.String[] args)
The main program.

Parameters:
args - Command line arguments.