|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.module.twiki.parser.GenericListBlockParser
public class GenericListBlockParser
Generic list parser
| Nested Class Summary | |
|---|---|
static interface |
GenericListBlockParser.Type
|
| Constructor Summary | |
|---|---|
GenericListBlockParser()
Creates the GenericListBlockParser. |
|
| Method Summary | |
|---|---|
boolean |
accept(java.lang.String line)
|
void |
setTextParser(FormatedTextParser textParser)
Sets the formatTextParser. |
Block |
visit(java.lang.String line,
org.apache.maven.doxia.module.common.ByLineSource source)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenericListBlockParser()
| Method Detail |
|---|
public final boolean accept(java.lang.String line)
accept in interface BlockParserline - text line
true if this class can handle this lineBlockParser.accept(String)
public final Block visit(java.lang.String line,
org.apache.maven.doxia.module.common.ByLineSource source)
throws org.apache.maven.doxia.parser.ParseException
visit in interface BlockParserline - a line of textsource - the source of lines
org.apache.maven.doxia.parser.ParseException - on errorBlockParser.visit(String, ByLineSource)public final void setTextParser(FormatedTextParser textParser)
textParser - FormatedTextParser with the formatTextParser.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||