Class HorizontalRuleBlockParser
java.lang.Object
org.apache.maven.doxia.module.confluence.parser.HorizontalRuleBlockParser
- All Implemented Interfaces:
BlockParser
HorizontalRuleBlockParser class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(String line, ByLineSource source) accept.visit
(String line, ByLineSource source) visit.
-
Constructor Details
-
HorizontalRuleBlockParser
public HorizontalRuleBlockParser()
-
-
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.
-