Class DefinitionListBlockParser
- java.lang.Object
-
- org.apache.maven.doxia.module.confluence.parser.DefinitionListBlockParser
-
- All Implemented Interfaces:
BlockParser
public class DefinitionListBlockParser extends java.lang.Object implements BlockParser
DefinitionListBlockParser class.
- Since:
- 1.1
- Version:
- $Id: DefinitionListBlockParser.java 1438269 2013-01-24 23:47:50Z olamy $
- Author:
- Dave Syer
-
-
Constructor Summary
Constructors Constructor Description DefinitionListBlockParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(java.lang.String line, ByLineSource source)accept.Blockvisit(java.lang.String line, ByLineSource source)visit.
-
-
-
Method Detail
-
accept
public boolean accept(java.lang.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(java.lang.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.
-
-