org.apache.maven.doxia.module.confluence
Class ConfluenceParser
java.lang.Object
org.apache.maven.doxia.parser.AbstractParser
org.apache.maven.doxia.parser.AbstractTextParser
org.apache.maven.doxia.module.confluence.ConfluenceParser
- All Implemented Interfaces:
- Markup, Parser, TextMarkup
- public class ConfluenceParser
- extends AbstractTextParser
Parse the Confluence.
See
Confluence Notation Guide Overview
- Since:
- 1.0
- Version:
- $Id: ConfluenceParser.java 568155 2007-08-21 15:04:44Z ltheussl $
- Plexus component:
- role:
- "org.apache.maven.doxia.parser.Parser"
- role-hint:
- "confluence"
|
| Fields inherited from interface org.apache.maven.doxia.markup.TextMarkup |
PIPE |
| Fields inherited from interface org.apache.maven.doxia.markup.Markup |
EOL, EQUAL, GREATER_THAN, LEFT_CURLY_BRACKET, LEFT_SQUARE_BRACKET, LESS_THAN, MINUS, PLUS, QUOTE, RIGHT_CURLY_BRACKET, RIGHT_SQUARE_BRACKET, SLASH, SPACE, STAR |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfluenceParser
public ConfluenceParser()
parse
public List parse(ByLineSource source)
throws ParseException
- Throws:
ParseException
parse
public void parse(Reader reader,
Sink sink)
throws ParseException
-
- Throws:
ParseException
Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.