Class DefinitionListBlockParser
java.lang.Object
org.apache.maven.doxia.module.confluence.parser.DefinitionListBlockParser
- All Implemented Interfaces:
BlockParser
DefinitionListBlockParser class.
- Since:
- 1.1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(String line, ByLineSource source) accept.private void
append
(StringBuilder title, String line) visit
(String line, ByLineSource source) visit.
-
Field Details
-
LS
-
-
Constructor Details
-
DefinitionListBlockParser
public DefinitionListBlockParser()
-
-
Method Details
-
accept
accept.- Specified by:
accept
in interfaceBlockParser
- Parameters:
line
- the line.source
- the source.- Returns:
- boolean true if valid.
-
visit
visit.- Specified by:
visit
in interfaceBlockParser
- Parameters:
line
- the line.source
- the source.- Returns:
- boolean true if valid.
- Throws:
ParseException
- if any.
-
append
-