|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.doxia.parser.AbstractParser
org.apache.maven.doxia.parser.AbstractTextParser
org.apache.maven.doxia.module.apt.AptParser
public class AptParser
The APT parser.
Based on the APTconvert project.
Field Summary | |
---|---|
static int |
TAB_WIDTH
Default tab width. |
Fields inherited from class org.apache.maven.doxia.parser.AbstractParser |
---|
macroManager, secondParsing |
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 |
Fields inherited from interface org.apache.maven.doxia.parser.Parser |
---|
JUSTIFY_CENTER, JUSTIFY_LEFT, JUSTIFY_RIGHT, ROLE, TXT_TYPE, UNKNOWN_TYPE, XML_TYPE |
Constructor Summary | |
---|---|
AptParser()
|
Method Summary | |
---|---|
int |
getSourceLineNumber()
Returns the current line number of the Apt source document. |
java.lang.String |
getSourceName()
Returns the name of the Apt source document. |
void |
parse(java.io.Reader source,
org.apache.maven.doxia.sink.Sink sink)
|
Methods inherited from class org.apache.maven.doxia.parser.AbstractTextParser |
---|
getType |
Methods inherited from class org.apache.maven.doxia.parser.AbstractParser |
---|
executeMacro, getBasedir, setSecondParsing |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TAB_WIDTH
Constructor Detail |
---|
public AptParser()
Method Detail |
---|
public void parse(java.io.Reader source, org.apache.maven.doxia.sink.Sink sink) throws AptParseException
parse
in interface org.apache.maven.doxia.parser.Parser
AptParseException
public java.lang.String getSourceName()
public int getSourceLineNumber()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |