Uses of Interface
marg.model.plugin.XMLParsePlugin

Packages that use XMLParsePlugin
marg   
marg.handlers   
marg.model   
marg.model.plugin   
marg.util   
 

Uses of XMLParsePlugin in marg
 

Classes in marg that implement XMLParsePlugin
 class XMLParsePluginTemplate
           
 

Uses of XMLParsePlugin in marg.handlers
 

Methods in marg.handlers with parameters of type XMLParsePlugin
 void XMLClientHandler.addParsePlugin(XMLParsePlugin plugin)
           
 

Uses of XMLParsePlugin in marg.model
 

Methods in marg.model with parameters of type XMLParsePlugin
 void XMLParser.addParsePlugin(XMLParsePlugin plugin)
           
 void XMLParser.removeParsePlugin(XMLParsePlugin plugin)
           
 

Uses of XMLParsePlugin in marg.model.plugin
 

Classes in marg.model.plugin that implement XMLParsePlugin
 class RawDataPlugin
           
 class VarDataPlugin
           
 

Uses of XMLParsePlugin in marg.util
 

Methods in marg.util that return types with arguments of type XMLParsePlugin
 java.util.List<XMLParsePlugin> PluginManager.getParsePlugins()