Package org.apache.maven.doxia.markup
Interface TextMarkup
-
- All Superinterfaces:
Markup
- All Known Subinterfaces:
AptMarkup
,ConfluenceMarkup
,TWikiMarkup
- All Known Implementing Classes:
AbstractTextParser
,AbstractTextSink
,AptParser
,AptSink
,ConfluenceParser
,ConfluenceSink
,LatexSink
,RtfSink
,TWikiParser
,TWikiSink
public interface TextMarkup extends Markup
List of constants used byText
markup syntax.- Since:
- 1.0
- Version:
- $Id: TextMarkup.java 1633964 2014-10-23 22:01:01Z hboutemy $
- Author:
- Vincent Siveton
-
-
Field Summary
Fields Modifier and Type Field Description static char
PIPE
pipe character: '|'-
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
-
-
-
-
Field Detail
-
PIPE
static final char PIPE
pipe character: '|'- See Also:
- Constant Field Values
-
-