GXPARSE hosted by SourceForge.net Logo

ca.gorman.xml.parse.sax
Class SAXDump

java.lang.Object
  extended by ca.gorman.xml.parse.sax.SAXDump

public class SAXDump
extends Object

List all of the events that XMLReader generates while parsing an XML document. The events generated by SAXParser are a subset of the events generated by XMLReader.

Uses SAXDumpListener to receive the events.


Constructor Summary
SAXDump(String[] argv)
           
 
Method Summary
static void main(String[] argv)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAXDump

public SAXDump(String[] argv)
Method Detail

main

public static void main(String[] argv)

run

public void run()

GXPARSE download

GXPARSE Generic XML Stream Parser API and supporting tools.   Release $Name: gxparse-sf-alpha-2_0 $
Copyright 2003-2004 Ian E. Gorman
Released under GNU Lesser General Public License