Class StreamDemo

java.lang.Object
  extended by XmlApp
      extended by EventDemo
          extended by StreamDemo
All Implemented Interfaces:
XmlHandler

public class StreamDemo
extends EventDemo

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

Usage: java StreamDemo

See Also:
XmlParser, XmlHandler, XmlApp, EventDemo

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

Constructor Detail

StreamDemo

public StreamDemo()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception