org.apache.maven.doxia.parser
public interface Parser
Since: 1.0
Version: $Id: Parser.java 564180 2007-08-09 12:15:44Z vsiveton $
| Field Summary | |
|---|---|
| int | JUSTIFY_CENTER Used for table cells: justify center. |
| int | JUSTIFY_LEFT Used for table cells: justify left. |
| int | JUSTIFY_RIGHT Used for table cells: justify right. |
| String | ROLE The Plexus lookup role. |
| int | TXT_TYPE Text parser type |
| int | UNKNOWN_TYPE Unknown parser type |
| int | XML_TYPE XML parser type |
| Method Summary | |
|---|---|
| int | getType() |
| void | parse(Reader source, Sink sink)
Parses the given source model and emits Doxia events into the given sink.
|
Parameters: source A reader that provides the source document. sink A sink that consumes the Doxia events.
Throws: ParseException if the model could not be parsed.