org.apache.maven.doxia.module.fml
public class FmlParser extends Object implements Parser
Since: 1.0
Version: $Id: FmlParser.java 566992 2007-08-17 09:55:05Z ltheussl $
UNKNOWN: role-hint="fml"
Method Summary | |
---|---|
int | getType() |
void | parse(Reader reader, Sink sink) |
Faqs | parseFml(XmlPullParser parser, Sink sink)
Parses an fml and emits the events into the given sink.
|
Parameters: parser The parser to use. sink The sink to consume the event.
Returns: Faqs The parsed faqs model.
Throws: IOException if the model cannot be read. XmlPullParserException if the model cannot be parsed.