Class FigureBlockParser
- java.lang.Object
-
- org.apache.maven.doxia.module.confluence.parser.FigureBlockParser
-
- All Implemented Interfaces:
BlockParser
public class FigureBlockParser extends Object implements BlockParser
FigureBlockParser class.
- Since:
- 1.1
-
-
Constructor Summary
Constructors Constructor Description FigureBlockParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(String line, ByLineSource source)accept.Blockvisit(String line, ByLineSource source)visit.
-
-
-
Method Detail
-
accept
public boolean accept(String line, ByLineSource source)
accept.- Specified by:
acceptin interfaceBlockParser- Parameters:
line- the line.source- the source.- Returns:
- boolean true if valid.
-
visit
public Block visit(String line, ByLineSource source) throws ParseException
visit.- Specified by:
visitin interfaceBlockParser- Parameters:
line- the line.source- the source.- Returns:
- boolean true if valid.
- Throws:
ParseException- if any.
-
-