|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.northwestern.at.wordhoard.tools.PrettyPrint
public class PrettyPrint
Pretty-prints a work XML document file.
Usage:
PrettyPrint in out
in = Path to XML input file for a work.
out = Path to pretty-printed XML output file for the work.
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
The main program. |
static void |
prettyPrint(org.w3c.dom.Document document,
java.io.File file,
TaggingDataProvider provider)
Pretty prints a work XML document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void prettyPrint(org.w3c.dom.Document document,
java.io.File file,
TaggingDataProvider provider)
throws java.lang.Exception
document - Work XML document.file - Output file.provider - Tagging data provider, or null if none.
java.lang.Exception 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 | ||||||||