org.apache.maven.doxia.module.twiki.parser
Class FormatedTextParser
java.lang.Object
org.apache.maven.doxia.module.twiki.parser.FormatedTextParser
public class FormatedTextParser
- extends Object
Parse looking for formated text (bold, italic, ...)
- Since:
- Nov 2, 2005
- Author:
- Juan F. Codagnone
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormatedTextParser
public FormatedTextParser()
parse
public final Block[] parse(String line)
- Parameters:
line
- line to parse
- Returns:
- TextBlock, ItalicBlock, BoldBlock, MonospacedBlock, ...
setTextParser
public final void setTextParser(TextParser textParser)
- Sets the formatTextParser.
- Parameters:
textParser
- text parser to use
TextParser
with the formatTextParser.
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.