org.apache.maven.doxia.module.twiki

Class TWikiParser

public class TWikiParser extends AbstractTextParser

Parse the twiki file format

Since: 1.0

Version: $Id: TWikiParser.java 564180 2007-08-09 12:15:44Z vsiveton $

Author: Juan F. Codagnone

UNKNOWN: role="org.apache.maven.doxia.parser.Parser" role-hint="twiki"

Constructor Summary
TWikiParser()
Creates the TWikiParser.
Method Summary
Listparse(ByLineSource source)
voidparse(Reader reader, Sink sink)

Constructor Detail

TWikiParser

public TWikiParser()
Creates the TWikiParser.

Method Detail

parse

public final List parse(ByLineSource source)

Parameters: source source to parse

Returns: the blocks that represent source

Throws: ParseException on error

parse

public final void parse(Reader reader, Sink sink)
{@inheritDoc }
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.