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

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

public class TextParser
extends java.lang.Object

Parse almost plain text in search of WikiWords, links, ...

Since:
Nov 4, 2005
Author:
Juan F. Codagnone

Constructor Summary
TextParser()
           
 
Method Summary
 java.util.List parse(java.lang.String line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextParser

public TextParser()
Method Detail

parse

public final java.util.List parse(java.lang.String line)
Parameters:
line - line to parse
Returns:
a list of block that represents the input


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.