org.apache.maven.doxia.markup
Interface TextMarkup

All Superinterfaces:
Markup
All Known Implementing Classes:
AbstractTextParser, AbstractTextSink

public interface TextMarkup
extends Markup

List of constants used by Text markup syntax.

Since:
1.0
Version:
$Id: TextMarkup.java 638290 2008-03-18 09:45:22Z bentmann $
Author:
Vincent Siveton

Field Summary
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


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.