org.apache.maven.doxia.markup.Markup, org.apache.maven.doxia.markup.TextMarkup, AptMarkup@Component(role=org.apache.maven.doxia.parser.Parser.class,
hint="apt")
public class AptParser
extends org.apache.maven.doxia.parser.AbstractTextParser
implements AptMarkup
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
line |
a line of AptSource.
|
protected org.apache.maven.doxia.sink.Sink |
sink |
the sink to receive the events.
|
protected java.lang.String |
sourceContent |
sourceContent.
|
protected static char[] |
SPACES |
An array of 85 spaces.
|
static int |
TAB_WIDTH |
Default tab width.
|
protected java.util.Map<java.lang.String,java.util.Set<java.lang.String>> |
warnMessages |
Map of warn messages with a String as key to describe the error type and a Set as value.
|
ANCHOR_END_MARKUP, ANCHOR_START_MARKUP, BACKSLASH, BOLD_END_MARKUP, BOLD_START_MARKUP, BOXED_VERBATIM_END_MARKUP, BOXED_VERBATIM_START_MARKUP, COMMENT, HEADER_START_MARKUP, HORIZONTAL_RULE_MARKUP, ITALIC_END_MARKUP, ITALIC_START_MARKUP, LINK_END_MARKUP, LINK_START_1_MARKUP, LINK_START_2_MARKUP, LIST_END_MARKUP, LIST_START_MARKUP, MONOSPACED_END_MARKUP, MONOSPACED_START_MARKUP, NON_BOXED_VERBATIM_END_MARKUP, NON_BOXED_VERBATIM_START_MARKUP, NON_BREAKING_SPACE_MARKUP, NUMBERING, NUMBERING_LOWER_ALPHA_CHAR, NUMBERING_LOWER_ROMAN_CHAR, NUMBERING_UPPER_ALPHA_CHAR, NUMBERING_UPPER_ROMAN_CHAR, PAGE_BREAK, PAGE_BREAK_MARKUP, PERCENT, SECTION_TITLE_START_MARKUP, TAB, TABLE_CELL_SEPARATOR_MARKUP, TABLE_COL_CENTERED_ALIGNED_MARKUP, TABLE_COL_LEFT_ALIGNED_MARKUP, TABLE_COL_RIGHT_ALIGNED_MARKUP, TABLE_ROW_SEPARATOR_MARKUP, TABLE_ROW_START_MARKUPCOLON, 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| Constructor | Description |
|---|---|
AptParser() |
| Modifier and Type | Method | Description |
|---|---|---|
protected static char |
charAt(java.lang.String string,
int length,
int i) |
Returns the character at position i of the given string.
|
protected void |
doTraverseText(java.lang.String text,
int begin,
int end,
org.apache.maven.doxia.sink.Sink sink) |
Parse the given text.
|
int |
getSourceLineNumber() |
Returns the current line number of the Apt source document.
|
java.lang.String |
getSourceName() |
Returns the name of the Apt source document.
|
protected void |
init() |
|
protected void |
nextLine() |
Parse the next line of the Apt source document.
|
void |
parse(java.io.Reader source,
org.apache.maven.doxia.sink.Sink sink) |
|
void |
parse(java.io.Reader source,
org.apache.maven.doxia.sink.Sink sink,
java.lang.String reference) |
|
protected static java.lang.String |
replaceAll(java.lang.String string,
java.lang.String oldSub,
java.lang.String newSub) |
Replace part of a string.
|
protected static int |
skipSpace(java.lang.String string,
int length,
int i) |
Skip spaces.
|
protected static final char[] SPACES
public static final int TAB_WIDTH
protected java.lang.String sourceContent
protected org.apache.maven.doxia.sink.Sink sink
protected java.lang.String line
protected java.util.Map<java.lang.String,java.util.Set<java.lang.String>> warnMessages
public void parse(java.io.Reader source,
org.apache.maven.doxia.sink.Sink sink)
throws org.apache.maven.doxia.parser.ParseException
org.apache.maven.doxia.parser.ParseExceptionpublic void parse(java.io.Reader source,
org.apache.maven.doxia.sink.Sink sink,
java.lang.String reference)
throws org.apache.maven.doxia.parser.ParseException
parse in class org.apache.maven.doxia.parser.AbstractParserorg.apache.maven.doxia.parser.ParseExceptionpublic java.lang.String getSourceName()
public int getSourceLineNumber()
protected void nextLine()
throws AptParseException
AptParseException - if something goes wrong.protected void doTraverseText(java.lang.String text,
int begin,
int end,
org.apache.maven.doxia.sink.Sink sink)
throws AptParseException
text - the text to parse.begin - offset.end - offset.sink - the sink to receive the events.AptParseException - if something goes wrong.protected static char charAt(java.lang.String string,
int length,
int i)
string - the string.length - length.i - offset.protected static int skipSpace(java.lang.String string,
int length,
int i)
string - string.length - length.i - offset.protected static java.lang.String replaceAll(java.lang.String string,
java.lang.String oldSub,
java.lang.String newSub)
string - the stringoldSub - the substring to replacenewSub - the replacement stringprotected void init()
init in class org.apache.maven.doxia.parser.AbstractParser