org.apache.maven.doxia.module.apt
public interface AptSource
| Method Summary | |
|---|---|
| int | getLineNumber()
Gets the current line number while parsing the document.
|
| String | getName()
Returns the name the apt source document.
|
| String | getNextLine()
Returns a line of the apt source document.
|
Returns: the line number.
Returns: the name the apt source document.
Returns: a line of the apt source.
Throws: AptParseException if the document can't be parsed.