Uses of Class
org.apache.maven.doxia.module.twiki.parser.FormatedTextParser
-
Packages that use FormatedTextParser Package Description org.apache.maven.doxia.module.twiki org.apache.maven.doxia.module.twiki.parser -
-
Uses of FormatedTextParser in org.apache.maven.doxia.module.twiki
Fields in org.apache.maven.doxia.module.twiki declared as FormatedTextParser Modifier and Type Field Description private FormatedTextParser
TWikiParser. formatTextParser
Text parser. -
Uses of FormatedTextParser in org.apache.maven.doxia.module.twiki.parser
Fields in org.apache.maven.doxia.module.twiki.parser declared as FormatedTextParser Modifier and Type Field Description private FormatedTextParser
GenericListBlockParser. formatedTextParser
parser used to create text blocksprivate FormatedTextParser
ParagraphBlockParser. textParser
FormatedTextParser
to use.private FormatedTextParser
TableBlockParser. textParser
text parserprivate FormatedTextParser
TreeListBuilder. textParser
parser that create text blocksMethods in org.apache.maven.doxia.module.twiki.parser with parameters of type FormatedTextParser Modifier and Type Method Description void
GenericListBlockParser. setTextParser(FormatedTextParser textParser)
Sets the formatTextParser.void
ParagraphBlockParser. setTextParser(FormatedTextParser aTextParser)
Sets the formatTextParser.void
TableBlockParser. setTextParser(FormatedTextParser textParser)
Setter for the fieldtextParser
.Constructors in org.apache.maven.doxia.module.twiki.parser with parameters of type FormatedTextParser Constructor Description TreeListBuilder(FormatedTextParser formatTextParser)
Creates the TreeListBuilder.
-