Class HRuleBlockParser

java.lang.Object
org.apache.maven.doxia.module.twiki.parser.HRuleBlockParser
All Implemented Interfaces:
BlockParser

public class HRuleBlockParser extends Object implements BlockParser
Block that represents an horizontal rule
  • Field Details

    • HRULE_PATTERN

      private static final Pattern HRULE_PATTERN
      pattern used to detect horizontal rulers
  • Constructor Details

    • HRuleBlockParser

      public HRuleBlockParser()
  • Method Details