|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.module.confluence.parser.list.ListBlockParser
public class ListBlockParser
ListBlockParser class.
| Field Summary | |
|---|---|
static int |
BULLETED_LIST
Constant BULLETED_LIST=0 |
static int |
NUMBERED_LIST
Constant NUMBERED_LIST=1 |
| Constructor Summary | |
|---|---|
ListBlockParser()
|
|
| Method Summary | |
|---|---|
boolean |
accept(String line,
ByLineSource source)
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 |
| Field Detail |
|---|
public static final int BULLETED_LIST
BULLETED_LIST=0
public static final int NUMBERED_LIST
NUMBERED_LIST=1
| Constructor Detail |
|---|
public ListBlockParser()
| Method Detail |
|---|
public boolean accept(String line,
ByLineSource source)
accept in interface BlockParserline - the line.source - the source.
public Block visit(String line,
ByLineSource source)
throws ParseException
visit in interface BlockParserline - the line.source - the source.
ParseException - if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||