|
|||||||||
| 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.ParagraphBlockParser
public class ParagraphBlockParser
ParagraphBlockParser class.
| Constructor Summary | |
|---|---|
ParagraphBlockParser(BlockParser[] parsers)
Constructor for ParagraphBlockParser. |
|
| Method Summary | |
|---|---|
boolean |
accept(java.lang.String line,
ByLineSource source)
accept. |
Block |
visit(java.lang.String line,
ByLineSource source)
visit. |
Block |
visit(java.lang.String line,
ByLineSource source,
boolean generateParagraphTags)
Visit the Block. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParagraphBlockParser(BlockParser[] parsers)
Constructor for ParagraphBlockParser.
parsers - the parsers.| Method Detail |
|---|
public boolean accept(java.lang.String line,
ByLineSource source)
accept in interface BlockParserline - the line.source - the source.
public Block visit(java.lang.String line,
ByLineSource source,
boolean generateParagraphTags)
throws ParseException
line - the line to visit.source - the source.generateParagraphTags - whether to generate a paragraph.
ParseException - if any
public Block visit(java.lang.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 | ||||||||