Class AptParser.DefinitionListItem
- java.lang.Object
-
- org.apache.maven.doxia.module.apt.AptParser.Block
-
- org.apache.maven.doxia.module.apt.AptParser.DefinitionListItem
-
- Enclosing class:
- AptParser
private class AptParser.DefinitionListItem extends AptParser.Block
A DefinitionListItem Block.
-
-
Field Summary
-
Fields inherited from class org.apache.maven.doxia.module.apt.AptParser.Block
indent, text, textLength, type
-
-
Constructor Summary
Constructors Constructor Description DefinitionListItem(int indent, java.lang.String firstLine)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtraverse()Parse the block.-
Methods inherited from class org.apache.maven.doxia.module.apt.AptParser.Block
getIndent, getType, skipFromLeftToRightBracket, skipLeadingBullets, skipSpaceFrom, traverseText, traverseText
-
-
-
-
Constructor Detail
-
DefinitionListItem
DefinitionListItem(int indent, java.lang.String firstLine) throws AptParseExceptionConstructor.- Parameters:
indent- indent.firstLine- the first line.- Throws:
AptParseException- AptParseException
-
-
Method Detail
-
traverse
public void traverse() throws AptParseExceptionParse the block.- Specified by:
traversein classAptParser.Block- Throws:
AptParseException- if something goes wrong.
-
-