|
||||||||||
| 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(java.lang.String line)
|
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 HRuleBlockParser()
| 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||