Uses of Interface
org.webmacro.engine.Parser

Packages that use Parser
org.webmacro.engine   
org.webmacro.parser   
 

Uses of Parser in org.webmacro.engine
 

Classes in org.webmacro.engine that implement Parser
 class NullParser
          This parser eats all of the input and returns nothing.
 class TextParser
          This parser returns all the input as is
 

Methods in org.webmacro.engine that return Parser
 Parser ParserProvider.getParser(java.lang.String pname)
           
 Parser BuildContext.getParser(java.lang.String pname)
           
protected  Parser WMTemplate.getParser()
          Subclasses can override this if they wish to invoke a parser other than the WM parser, or choose the parser on some more complicated condition.
 

Uses of Parser in org.webmacro.parser
 

Classes in org.webmacro.parser that implement Parser
 class WMParser