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 TypeMethodDescriptionbooleanaccept(String line, ByLineSource source) accept.visit(String line, ByLineSource source) visit.
-
Constructor Details
-
HorizontalRuleBlockParser
public HorizontalRuleBlockParser()
-
-
Method Details
-
accept
accept.- Specified by:
acceptin interfaceBlockParser- Parameters:
line- the line.source- the source.- Returns:
- boolean true if valid.
-
visit
visit.- Specified by:
visitin interfaceBlockParser- Parameters:
line- the line.source- the source.- Returns:
- boolean true if valid.
- Throws:
ParseException- if any.
-