Class AptParser.PageBreak
java.lang.Object
org.apache.maven.doxia.module.apt.AptParser.Block
org.apache.maven.doxia.module.apt.AptParser.PageBreak
- Enclosing class:
AptParser
A PageBreak 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
-
PageBreak
PageBreak(int indent, String firstLine) throws AptParseException Constructor.- Parameters:
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.
-