Class TextParser
- java.lang.Object
-
- org.apache.maven.doxia.module.twiki.parser.TextParser
-
public class TextParser extends java.lang.Object
Parse almost plain text in search of WikiWords, links, ...- Author:
- Juan F. Codagnone
-
-
Constructor Summary
Constructors Constructor Description TextParser(org.apache.maven.doxia.module.twiki.parser.WikiWordLinkResolver resolver)
Creates the TextParser.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Block>
parse(java.lang.String line)
parse.
-
-
-
Method Detail
-
parse
public final java.util.List<Block> parse(java.lang.String line)
parse.
- Parameters:
line
- line to parse- Returns:
- a list of block that represents the input
-
-