public interface IWemListenerSimpleBlocks
Modifier and Type | Method and Description |
---|---|
void |
beginInfoBlock(String infoType,
WikiParameters params)
This method is used to notify about the beginning of a "typed" paragraph.
|
void |
beginParagraph(WikiParameters params)
Begin of a simple paragraph.
|
void |
endInfoBlock(String infoType,
WikiParameters params)
This method is used to notify about the end of a "typed" paragraph.
|
void |
endParagraph(WikiParameters params)
End of a simple paragraph.
|
void |
onEmptyLines(int count)
This method is used to notify about a sequence of empty lines.
|
void |
onHorizontalLine(WikiParameters params)
This method notifies horizontal lines defined in the text.
|
void |
onVerbatimBlock(String str,
WikiParameters params)
This method notifies about a verbatim (pre-formatted) block defined in
the text
|
void beginInfoBlock(String infoType, WikiParameters params)
infoType
- the "type" of the special blockparams
- parameters of this blockendInfoBlock(String, WikiParameters)
void beginParagraph(WikiParameters params)
params
- paragraph parametersendParagraph(WikiParameters)
void endInfoBlock(String infoType, WikiParameters params)
infoType
- the "type" of the special blockparams
- parameters of this blockbeginInfoBlock(String, WikiParameters)
void endParagraph(WikiParameters params)
params
- paragraph parametersbeginParagraph(WikiParameters)
void onEmptyLines(int count)
count
- the number of empty lines found in the textvoid onHorizontalLine(WikiParameters params)
params
- parameters of the horizontal linevoid onVerbatimBlock(String str, WikiParameters params)
str
- the content of the verbatim (pre-formatted) blockparams
- parameters of the verbatim blockCopyright © 2004–2021 XWiki. All rights reserved.