utils.ptplot5_2.com.microstar.xml.demo
Class ReaderDemo

java.lang.Object
  |
  +--utils.ptplot5_2.com.microstar.xml.demo.XmlApp
        |
        +--utils.ptplot5_2.com.microstar.xml.demo.EventDemo
              |
              +--utils.ptplot5_2.com.microstar.xml.demo.ReaderDemo
All Implemented Interfaces:
XmlHandler

public class ReaderDemo
extends EventDemo

Demonstration application showing Ælfred's event stream from a stream.

Usage: java StreamDemo

Since:
Ptolemy II 0.2
Version:
1.1
Author:
Copyright (c) 1998 by Microstar Software Ltd.;
, written by David Megginson <dmeggins@microstar.com>
See Also:
com.microstar.xml.XmlParser, com.microstar.xml.XmlHandler, XmlApp, EventDemo

Field Summary
 
Fields inherited from class utils.ptplot5_2.com.microstar.xml.demo.XmlApp
isApplet, parser
 
Constructor Summary
ReaderDemo()
           
 
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.EventDemo
attribute, charData, doctypeDecl, endDocument, endElement, endExternalEntity, ignorableWhitespace, processingInstruction, resolveEntity, startDocument, startElement, startExternalEntity
 
Methods inherited from class utils.ptplot5_2.com.microstar.xml.demo.XmlApp
error
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReaderDemo

public ReaderDemo()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Description copied from class: EventDemo
Entry point for an application.

java.lang.Exception