Uses of Interface
hhreco.util.aelfred.XmlHandler

Packages that use XmlHandler
hhreco.recognition Interfaces and core classes for doing multi-stroke symbol recognition. 
hhreco.util.aelfred This package contains the source of the Aelfred XML parser from Microstar. 
 

Uses of XmlHandler in hhreco.recognition
 

Classes in hhreco.recognition that implement XmlHandler
 class MSTrainingParser
          MSTrainingParser (Multi-Stroke Training Parser) reads in an XML file and parses it into a MSTrainingModel.
 

Uses of XmlHandler in hhreco.util.aelfred
 

Classes in hhreco.util.aelfred that implement XmlHandler
 class HandlerBase
          Convenience base class for AElfred handlers.
 

Fields in hhreco.util.aelfred declared as XmlHandler
(package private)  XmlHandler XmlParser.handler
           
 

Methods in hhreco.util.aelfred with parameters of type XmlHandler
 void XmlParser.setHandler(XmlHandler handler)
          Set the handler that will receive parsing events.