|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webmacro.engine.TextParser
This parser returns all the input as is
Constructor Summary | |
TextParser(Broker broker)
|
Method Summary | |
BlockBuilder |
parseBlock(java.lang.String name,
java.io.Reader in)
Parse the input in ParseTool as far as the grammar for this parser allows, but no farther. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TextParser(Broker broker)
Method Detail |
public BlockBuilder parseBlock(java.lang.String name, java.io.Reader in) throws ParseException, java.io.IOException
Parser
parseBlock
in interface Parser
ParseException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |