Uses of Class
org.apache.maven.doxia.module.twiki.parser.HRuleBlockParser
-
Packages that use HRuleBlockParser Package Description org.apache.maven.doxia.module.twiki org.apache.maven.doxia.module.twiki.parser -
-
Uses of HRuleBlockParser in org.apache.maven.doxia.module.twiki
Fields in org.apache.maven.doxia.module.twiki declared as HRuleBlockParser Modifier and Type Field Description private HRuleBlockParser
TWikiParser. hrulerParser
hruler parser. -
Uses of HRuleBlockParser in org.apache.maven.doxia.module.twiki.parser
Fields in org.apache.maven.doxia.module.twiki.parser declared as HRuleBlockParser Modifier and Type Field Description private HRuleBlockParser
ParagraphBlockParser. hrulerParser
HRuleBlockParser
to use.private HRuleBlockParser
SectionBlockParser. hrulerParser
ParagraphBlockParser
to use.Methods in org.apache.maven.doxia.module.twiki.parser with parameters of type HRuleBlockParser Modifier and Type Method Description void
ParagraphBlockParser. setHrulerParser(HRuleBlockParser aHrulerParser)
Sets the hrulerParser.void
SectionBlockParser. setHrulerParser(HRuleBlockParser hrulerParser)
Sets the hrulerParser.
-