Class ReaderDemo

java.lang.Object
  |
  +--XmlApp
        |
        +--EventDemo
              |
              +--ReaderDemo
All Implemented Interfaces:
XmlHandler

public class ReaderDemo
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
ReaderDemo()
           
 
Method Summary
static void main(java.lang.String[] args)
          Entry point for an application.
 
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

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