public class InlineFilterListener extends WrappingListener
EMPTY_PARAMETERS| Constructor and Description |
|---|
InlineFilterListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginDocument(MetaData metadata)
Start of the document.
|
void |
beginParagraph(Map<String,String> parameters)
Start of a paragraph.
|
void |
beginSection(Map<String,String> parameters)
Start of a section.
|
void |
endDocument(MetaData metadata)
End of the document.
|
void |
endParagraph(Map<String,String> parameters)
End of a paragraph.
|
void |
endSection(Map<String,String> parameters)
End of a section.
|
beginDefinitionDescription, beginDefinitionList, beginDefinitionTerm, beginFormat, beginGroup, beginHeader, beginLink, beginList, beginListItem, beginMacroMarker, beginMetaData, beginQuotation, beginQuotationLine, beginTable, beginTableCell, beginTableHeadCell, beginTableRow, endDefinitionDescription, endDefinitionList, endDefinitionTerm, endFormat, endGroup, endHeader, endLink, endList, endListItem, endMacroMarker, endMetaData, endQuotation, endQuotationLine, endTable, endTableCell, endTableHeadCell, endTableRow, getWrappedListener, onEmptyLines, onHorizontalLine, onId, onImage, onMacro, onNewLine, onRawText, onSpace, onSpecialSymbol, onVerbatim, onWord, setWrappedListenerpublic void beginDocument(MetaData metadata)
ListenerbeginDocument in interface ListenerbeginDocument in class WrappingListenermetadata - the meta data to associate to the following events, see MetaDatapublic void endDocument(MetaData metadata)
ListenerendDocument in interface ListenerendDocument in class WrappingListenermetadata - the meta data associated with the previous events, see MetaDatapublic void beginSection(Map<String,String> parameters)
ListenerbeginSection in interface ListenerbeginSection in class WrappingListenerparameters - a generic list of parameters. Example: style="background-color: blue"HeaderLevelpublic void endSection(Map<String,String> parameters)
ListenerendSection in interface ListenerendSection in class WrappingListenerparameters - a generic list of parameters. Example: style="background-color: blue"HeaderLevelpublic void beginParagraph(Map<String,String> parameters)
ListenerbeginParagraph in interface ListenerbeginParagraph in class WrappingListenerparameters - a generic list of parameters. Example: style="background-color: blue"public void endParagraph(Map<String,String> parameters)
ListenerendParagraph in interface ListenerendParagraph in class WrappingListenerparameters - a generic list of parameters. Example: style="background-color: blue"Copyright © 2004–2018 XWiki. All rights reserved.