Class FormatedTextParser
- java.lang.Object
-
- org.apache.maven.doxia.module.twiki.parser.FormatedTextParser
-
public class FormatedTextParser extends java.lang.Object
Parse looking for formated text (bold, italic, ...)- Author:
- Juan F. Codagnone
-
-
Constructor Summary
Constructors Constructor Description FormatedTextParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setTextParser(TextParser textParser)
Sets the formatTextParser.
-
-
-
Method Detail
-
setTextParser
public final void setTextParser(TextParser textParser)
Sets the formatTextParser.- Parameters:
textParser
- text parser to useTextParser
with the formatTextParser.
-
-