Class JrstParser

java.lang.Object
org.apache.maven.doxia.parser.AbstractParser
org.nuiton.jrst.AbstractJrstParser
org.nuiton.jrst.JrstParser
All Implemented Interfaces:
org.apache.maven.doxia.logging.LogEnabled, org.apache.maven.doxia.parser.Parser

@Component(role=org.apache.maven.doxia.parser.Parser.class, hint="jrst", description="Parse an RST model (using jrst java api), transform it into xdoc model and emit events into the specified doxia Sink.") public class JrstParser extends AbstractJrstParser
Parse an RST model, transform it into xdoc model and emit events into the specified doxia Sink.
Since:
0.9.0
Version:
$Id$
Author:
Eric Chatellier