Class AptParser.Section
java.lang.Object
org.apache.maven.doxia.module.apt.AptParser.Block
org.apache.maven.doxia.module.apt.AptParser.Section
- Direct Known Subclasses:
AptParser.Section1,AptParser.Section2,AptParser.Section3,AptParser.Section4,AptParser.Section5
- Enclosing class:
AptParser
A Section Block.
-
Field Summary
Fields inherited from class org.apache.maven.doxia.module.apt.AptParser.Block
indent, text, textLength, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.doxia.module.apt.AptParser.Block
getIndent, getType, skipFromLeftToRightBracket, skipLeadingBullets, skipSpaceFrom, traverseText, traverseText
-
Constructor Details
-
Section
Section(int type, int indent, String firstLine) throws AptParseException Constructor.- Parameters:
type- type.indent- indent.firstLine- the first line.- Throws:
AptParseException- AptParseException
-
-
Method Details
-
traverse
Parse the block.- Specified by:
traversein classAptParser.Block- Throws:
AptParseException- if something goes wrong.
-
Title
public abstract void Title()Start a title. -
Title_
public abstract void Title_()End a title.
-