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, ...)- Version:
- $Id: FormatedTextParser.java 1090706 2011-04-09 23:15:28Z hboutemy $
- 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.
-
-