utils.ptplot5_2.com.microstar.xml.demo
Class TimerDemo
java.lang.Object
|
+--utils.ptplot5_2.com.microstar.xml.demo.XmlApp
|
+--utils.ptplot5_2.com.microstar.xml.demo.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.
- Since:
- Ptolemy II 0.2
- Version:
- 1.1
- Author:
- Copyright (c) 1997, 1998 by Microstar Software Ltd.;
, written by David Megginson <dmeggins@microstar.com>
- See Also:
com.microstar.xml.XmlParser
,
com.microstar.xml.XmlHandler
,
XmlApp
Method Summary |
static void |
main(java.lang.String[] args)
Entry point for an application. |
Methods inherited from class utils.ptplot5_2.com.microstar.xml.demo.XmlApp |
attribute, charData, doctypeDecl, endDocument, endElement, endExternalEntity, error, ignorableWhitespace, processingInstruction, resolveEntity, startDocument, startElement, startExternalEntity |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimerDemo
public TimerDemo()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Entry point for an application.
java.lang.Exception