Package | Description |
---|---|
org.apache.maven.doxia.module.twiki | |
org.apache.maven.doxia.module.twiki.parser |
Modifier and Type | Field and Description |
---|---|
private FormatedTextParser |
TWikiParser.formatTextParser
Text parser.
|
Modifier and Type | Field and Description |
---|---|
private FormatedTextParser |
GenericListBlockParser.formatedTextParser
parser used to create text blocks
|
private FormatedTextParser |
TreeListBuilder.textParser
parser that create text blocks
|
private FormatedTextParser |
TableBlockParser.textParser
text parser
|
private FormatedTextParser |
ParagraphBlockParser.textParser
FormatedTextParser to use. |
Modifier and Type | Method and Description |
---|---|
void |
GenericListBlockParser.setTextParser(FormatedTextParser textParser)
Sets the formatTextParser.
|
void |
TableBlockParser.setTextParser(FormatedTextParser textParser)
Setter for the field
textParser . |
void |
ParagraphBlockParser.setTextParser(FormatedTextParser aTextParser)
Sets the formatTextParser.
|
Constructor and Description |
---|
TreeListBuilder(FormatedTextParser formatTextParser)
Creates the TreeListBuilder.
|