org.apache.maven.doxia.module.twiki
Class TWikiParser

java.lang.Object
  extended by org.apache.maven.doxia.parser.AbstractParser
      extended by org.apache.maven.doxia.module.twiki.TWikiParser
All Implemented Interfaces:
org.apache.maven.doxia.parser.Parser

public class TWikiParser
extends org.apache.maven.doxia.parser.AbstractParser

Parse the twiki file format

Since:
Oct 31, 2005
Author:
Juan F. Codagnone

Field Summary
 
Fields inherited from interface org.apache.maven.doxia.parser.Parser
JUSTIFY_CENTER, JUSTIFY_LEFT, JUSTIFY_RIGHT, ROLE
 
Constructor Summary
TWikiParser()
          Creates the TWikiParser.
 
Method Summary
 java.util.List parse(org.apache.maven.doxia.module.common.ByLineSource source)
           
 void parse(java.io.Reader reader, org.apache.maven.doxia.sink.Sink sink)
           
 
Methods inherited from class org.apache.maven.doxia.parser.AbstractParser
executeMacro
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TWikiParser

public TWikiParser()
Creates the TWikiParser.

Method Detail

parse

public final java.util.List parse(org.apache.maven.doxia.module.common.ByLineSource source)
                           throws org.apache.maven.doxia.parser.ParseException
Parameters:
source - source to parse
Returns:
the blocks that represent source
Throws:
org.apache.maven.doxia.parser.ParseException - on error

parse

public final void parse(java.io.Reader reader,
                        org.apache.maven.doxia.sink.Sink sink)
                 throws org.apache.maven.doxia.parser.ParseException
Throws:
org.apache.maven.doxia.parser.ParseException
See Also:
Parser.parse(java.io.Reader, org.apache.maven.doxia.sink.Sink)


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