org.apache.maven.doxia.module.twiki.parser
Class FormatedTextParser

java.lang.Object
  extended by org.apache.maven.doxia.module.twiki.parser.FormatedTextParser

public class FormatedTextParser
extends 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
FormatedTextParser()
           
 
Method Summary
 void setTextParser(TextParser textParser)
          Sets the formatTextParser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatedTextParser

public FormatedTextParser()
Method Detail

setTextParser

public final void setTextParser(TextParser textParser)
Sets the formatTextParser.

Parameters:
textParser - text parser to use TextParser with the formatTextParser.


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.