Class AptParser.Section5
java.lang.Object
org.apache.maven.doxia.module.apt.AptParser.Block
org.apache.maven.doxia.module.apt.AptParser.Section
org.apache.maven.doxia.module.apt.AptParser.Section5
- Enclosing class:
- AptParser
A Section5 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.Section
traverse
Methods inherited from class org.apache.maven.doxia.module.apt.AptParser.Block
getIndent, getType, skipFromLeftToRightBracket, skipLeadingBullets, skipSpaceFrom, traverseText, traverseText
-
Constructor Details
-
Section5
Section5(int indent, String firstLine) throws AptParseException Constructor.- Parameters:
indent
- indent.firstLine
- the first line.- Throws:
AptParseException
- AptParseException
-
-
Method Details
-
Title
public void Title()Start a title.- Specified by:
Title
in classAptParser.Section
-
Title_
public void Title_()End a title.- Specified by:
Title_
in classAptParser.Section
-