org.apache.maven.doxia.module.confluence.parser
public interface BlockParser
BlockParser interface.
Modifier and Type | Method and Description |
---|---|
boolean |
accept(java.lang.String line,
ByLineSource source)
accept.
|
Block |
visit(java.lang.String line,
ByLineSource source)
visit.
|
boolean accept(java.lang.String line, ByLineSource source)
line
- the line.source
- the source.Block visit(java.lang.String line, ByLineSource source) throws ParseException
line
- the line.source
- the source.ParseException
- if any.Copyright © 2005-2014. All Rights Reserved.