org.apache.maven.doxia.module.apt

Class AptParser

public class AptParser extends AbstractTextParser implements AptMarkup

The APT parser.
Based on the APTconvert project.

Since: 1.0

Version: $Id: AptParser.java 572813 2007-09-04 20:46:47Z ltheussl $

UNKNOWN: role="org.apache.maven.doxia.parser.Parser" role-hint="apt"

Field Summary
static intTAB_WIDTH
Default tab width.
Method Summary
intgetSourceLineNumber()
Returns the current line number of the Apt source document.
StringgetSourceName()
Returns the name of the Apt source document.
voidparse(Reader source, Sink sink)

Field Detail

TAB_WIDTH

public static final int TAB_WIDTH
Default tab width.

Method Detail

getSourceLineNumber

public int getSourceLineNumber()
Returns the current line number of the Apt source document.

Returns: the line number.

getSourceName

public String getSourceName()
Returns the name of the Apt source document.

Returns: the source name.

parse

public void parse(Reader source, Sink sink)
{@inheritDoc }
Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.