Uses of Class
org.alicebot.server.core.parser.GenericParser

Packages that use GenericParser
org.alicebot.server.core.parser   
org.alicebot.server.core.processor   
org.alicebot.server.core.processor.loadtime   
 

Uses of GenericParser in org.alicebot.server.core.parser
 

Subclasses of GenericParser in org.alicebot.server.core.parser
 class StartupFileParser
          StartupFileParser processes a Program D startup file.
 class TemplateParser
          TemplateParser is still a primitive class, implementing not a "real" XML parser, but just enough (hopefully) to get the job done.
 

Uses of GenericParser in org.alicebot.server.core.processor
 

Methods in org.alicebot.server.core.processor with parameters of type GenericParser
 java.lang.String AIMLProcessor.process(int level, XMLNode tag, GenericParser parser)
           
abstract  java.lang.String Processor.process(int level, XMLNode tag, GenericParser parser)
          Processes an element.
 

Uses of GenericParser in org.alicebot.server.core.processor.loadtime
 

Methods in org.alicebot.server.core.processor.loadtime with parameters of type GenericParser
 java.lang.String StartupElementProcessor.process(int level, XMLNode tag, GenericParser parser)