org.apache.maven.doxia.module.apt
Class AptParser

java.lang.Object
  extended byorg.apache.maven.doxia.parser.AbstractParser
      extended byorg.apache.maven.doxia.module.apt.AptParser
All Implemented Interfaces:
Parser

public class AptParser
extends AbstractParser


Field Summary
static int TAB_WIDTH
           
 
Fields inherited from interface org.apache.maven.doxia.parser.Parser
JUSTIFY_CENTER, JUSTIFY_LEFT, JUSTIFY_RIGHT, ROLE
 
Constructor Summary
AptParser()
           
 
Method Summary
 int getSourceLineNumber()
           
 java.lang.String getSourceName()
           
 void parse(java.io.Reader source, org.apache.maven.doxia.sink.Sink sink)
           
 
Methods inherited from class org.apache.maven.doxia.parser.AbstractParser
executeMacro
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAB_WIDTH

public static final int TAB_WIDTH
See Also:
Constant Field Values
Constructor Detail

AptParser

public AptParser()
Method Detail

parse

public void parse(java.io.Reader source,
                  org.apache.maven.doxia.sink.Sink sink)
           throws AptParseException
Throws:
AptParseException

getSourceName

public java.lang.String getSourceName()

getSourceLineNumber

public int getSourceLineNumber()


Copyright © {inceptionYear}-2006 null. All Rights Reserved.