Class TimerDemo

java.lang.Object
  |
  +--XmlApp
        |
        +--TimerDemo
All Implemented Interfaces:
XmlHandler

public class TimerDemo
extends XmlApp

Demonstration application showing time elapsed for parse.

Usage: java TimerDemo <url>

Or, use it as an applet, supplying the URL as the url parameter.

See Also:
XmlParser, XmlHandler, XmlApp

Field Summary
 
Fields inherited from class XmlApp
isApplet, parser
 
Constructor Summary
TimerDemo()
           
 
Method Summary
static void main(java.lang.String[] args)
          Entry point for an application.
 
Methods inherited from class XmlApp
attribute, charData, doctypeDecl, endDocument, endElement, endExternalEntity, error, ignorableWhitespace, processingInstruction, resolveEntity, startDocument, startElement, startExternalEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerDemo

public TimerDemo()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Entry point for an application.

java.lang.Exception