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
-
Field Summary
Fields inherited from class AptParser.Block
indent, text, textLength, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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
Description copied from class:AptParser.BlockParse 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.
-