Class 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 Detail

      • TimerDemo

        public TimerDemo()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Entry point for an application.
        Parameters:
        args - The arguments. The first argument should be the uri
        Throws:
        java.lang.Exception - If the parse fails