Package com.microstar.xml.demo
Class TimerDemo
- java.lang.Object
-
- com.microstar.xml.demo.XmlApp
-
- 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:
XmlParser
,XmlHandler
,XmlApp
-
-
Constructor Summary
Constructors Constructor Description TimerDemo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Entry point for an application.-
Methods inherited from class com.microstar.xml.demo.XmlApp
attribute, charData, doctypeDecl, endDocument, endElement, endExternalEntity, error, ignorableWhitespace, processingInstruction, resolveEntity, startDocument, startElement, startExternalEntity
-
-