|
||||||||||
| 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.HRuleBlockParser
public class HRuleBlockParser
Block that represents an horizontal rule
| Constructor Summary | |
|---|---|
HRuleBlockParser()
|
|
| Method Summary | |
|---|---|
boolean |
accept(String line)
accept. |
Block |
visit(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 HRuleBlockParser()
| Method Detail |
|---|
public final boolean accept(String line)
accept.
accept in interface BlockParserline - text line
true if this class can handle this line
public final Block visit(String line,
ByLineSource source)
throws ParseException
visit.
visit in interface BlockParserline - a line of textsource - the source of lines
ParseException - on error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||