Package com.waveset.xml

Interface Summary
XmlEventHandler The interface of an object that can receive events from the XmlMiniParser.
 

Class Summary
TestHandler An implementation of XmlTestHandler that dumps things to the console.
TestParser  
XmlEventAdapter The interface of an object that can receive events from the XmlMiniParser.
XmlMiniParser A simple, fast event oriented XML parser.
 

Exception Summary
XmlParserEof Exception thrown when EOF is encountered.
XmlParserException The base exception used by the XmlMiniParser.
XmlParserHalt Exception thrown when application halt is requested.