All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class com.jclark.xml.apps.Time
java.lang.Object
   |
   +----com.jclark.xml.apps.Time
  -  public class Time
  -  extends Object
   
  -   Time() Time()
-  
   
  -   main(String[]) main(String[])
-   Each of the specified argument is treated as the name
 of a file containing an XML document to be parsed.
   
 Time
Time
 public Time()
   
 main
main
 public static void main(String args[]) throws IOException
  -  Each of the specified argument is treated as the name
 of a file containing an XML document to be parsed.
 If no arguments are specified, the standard input is read.
 The total time in seconds for the parse is reported
 on the standard output.
 For each document that is not well-formed, a message
 is written in the standard error.
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index