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 java.lang.Object

Parse looking for formated text (bold, italic, ...)

Version:
$Id: FormatedTextParser.java 709605 2008-10-31 23:57:03Z 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. All Rights Reserved.