Package org.apache.maven.doxia.parser
Class AbstractTextParser
- java.lang.Object
-
- org.apache.maven.doxia.parser.AbstractParser
-
- org.apache.maven.doxia.parser.AbstractTextParser
-
- All Implemented Interfaces:
LogEnabled
,Markup
,TextMarkup
,Parser
- Direct Known Subclasses:
AptParser
,ConfluenceParser
,TWikiParser
public abstract class AbstractTextParser extends AbstractParser implements TextMarkup
An abstract class that defines some convenience methods forText
parsers.- Since:
- 1.0
- Version:
- $Id$
-
-
Field Summary
-
Fields inherited from interface org.apache.maven.doxia.markup.Markup
COLON, EOL, EQUAL, GREATER_THAN, LEFT_CURLY_BRACKET, LEFT_SQUARE_BRACKET, LESS_THAN, MINUS, PLUS, QUOTE, RIGHT_CURLY_BRACKET, RIGHT_SQUARE_BRACKET, SEMICOLON, SLASH, SPACE, STAR
-
Fields inherited from interface org.apache.maven.doxia.parser.Parser
ROLE, TXT_TYPE, UNKNOWN_TYPE, XML_TYPE
-
Fields inherited from interface org.apache.maven.doxia.markup.TextMarkup
PIPE
-
-
Constructor Summary
Constructors Constructor Description AbstractTextParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getType()
-
Methods inherited from class org.apache.maven.doxia.parser.AbstractParser
doxiaVersion, enableLogging, executeMacro, getBasedir, getLog, getMacroManager, init, isEmitComments, isSecondParsing, parse, parse, setEmitComments, setSecondParsing
-
-
-
-
Method Detail
-
getType
public final int getType()
- Specified by:
getType
in interfaceParser
- Overrides:
getType
in classAbstractParser
- Returns:
- the type of Parser
-
-