Uses of Interface
com.microstar.xml.XmlHandler

Packages that use XmlHandler
com.microstar.xml   
ij.plugin.frame.jedit   
ij.plugin.frame.jedit.syntax The jEdit syntax highlighting engine. 
 

Uses of XmlHandler in com.microstar.xml
 

Classes in com.microstar.xml that implement XmlHandler
 class HandlerBase
          Convenience base class for AElfred handlers.
 

Methods in com.microstar.xml with parameters of type XmlHandler
 void XmlParser.setHandler(XmlHandler handler)
          Set the handler that will receive parsing events.
 

Uses of XmlHandler in ij.plugin.frame.jedit
 

Classes in ij.plugin.frame.jedit that implement XmlHandler
 class ModeCatalogHandler
           
 

Uses of XmlHandler in ij.plugin.frame.jedit.syntax
 

Classes in ij.plugin.frame.jedit.syntax that implement XmlHandler
 class XModeHandler
          XML handler for mode definition files.