|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.northwestern.at.utils.tools.CatalogXML
public class CatalogXML
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 |
|---|
public static void main(java.lang.String[] args)
args - Command line arguments.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||