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
private class AptParser.Section5 extends AptParser.Section
A Section5 Block.
-
-
Field Summary
-
Fields inherited from class org.apache.maven.doxia.module.apt.AptParser.Block
indent, text, textLength, type
-
-
Constructor Summary
Constructors Constructor Description Section5(int indent, java.lang.String firstLine)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
Title()
Start a title.void
Title_()
End a title.-
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 Detail
-
Section5
Section5(int indent, java.lang.String firstLine) throws AptParseException
Constructor.- Parameters:
indent
- indent.firstLine
- the first line.- Throws:
AptParseException
- AptParseException
-
-
Method Detail
-
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
-
-