|
|||||||||
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.TableBlockParser
public class TableBlockParser
Parse tables
Constructor Summary | |
---|---|
TableBlockParser()
|
Method Summary | |
---|---|
boolean |
accept(java.lang.String line)
accept. |
void |
setTextParser(FormatedTextParser textParser)
Setter for the field textParser . |
Block |
visit(java.lang.String line,
ByLineSource source)
visit. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableBlockParser()
Method Detail |
---|
public final boolean accept(java.lang.String line)
accept.
accept
in interface BlockParser
line
- text line
true
if this class can handle this linepublic final Block visit(java.lang.String line, ByLineSource source) throws ParseException
visit.
visit
in interface BlockParser
line
- a line of textsource
- the source of lines
ParseException
- on errorpublic final void setTextParser(FormatedTextParser textParser)
Setter for the field textParser
.
textParser
- text parser to be set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |