com.oreilly.xml
Class PrettyPrinter

java.lang.Object
  |
  +--com.oreilly.xml.PrettyPrinter

public class PrettyPrinter
extends java.lang.Object

PrettyPrinter will output the XML document at a given URI

Version:
1.0
Author:
Brett McLaughlin, Jason Hunter

Constructor Summary
PrettyPrinter()
           
 
Method Summary
static void main(java.lang.String[] args)
           Pretty prints a given XML URI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrettyPrinter

public PrettyPrinter()
Method Detail

main

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

Pretty prints a given XML URI



Copyright © 2000 Brett McLaughlin. All Rights Reserved.