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, beginFigure, beginFigureCaption, beginFormat, beginGroup, beginHeader, beginLink, beginList, beginListItem, beginListItem, beginMacroMarker, beginMetaData, beginQuotation, beginQuotationLine, beginTable, beginTableCell, beginTableHeadCell, beginTableRow, endDefinitionDescription, endDefinitionList, endDefinitionTerm, endFigure, endFigureCaption, endFormat, endGroup, endHeader, endLink, endList, endListItem, endListItem, endMacroMarker, endMetaData, endQuotation, endQuotationLine, endTable, endTableCell, endTableHeadCell, endTableRow, getWrappedListener, onEmptyLines, onHorizontalLine, onId, onImage, onMacro, onNewLine, onRawText, onSpace, onSpecialSymbol, onVerbatim, onWord, setWrappedListener
public void beginDocument(MetaData metadata)
Listener
beginDocument
in interface Listener
beginDocument
in class WrappingListener
metadata
- the meta data to associate to the following events, see MetaData
public void endDocument(MetaData metadata)
Listener
endDocument
in interface Listener
endDocument
in class WrappingListener
metadata
- the meta data associated with the previous events, see MetaData
public void beginSection(Map<String,String> parameters)
Listener
beginSection
in interface Listener
beginSection
in class WrappingListener
parameters
- a generic list of parameters. Example: style="background-color: blue"HeaderLevel
public void endSection(Map<String,String> parameters)
Listener
endSection
in interface Listener
endSection
in class WrappingListener
parameters
- a generic list of parameters. Example: style="background-color: blue"HeaderLevel
public void beginParagraph(Map<String,String> parameters)
Listener
beginParagraph
in interface Listener
beginParagraph
in class WrappingListener
parameters
- a generic list of parameters. Example: style="background-color: blue"public void endParagraph(Map<String,String> parameters)
Listener
endParagraph
in interface Listener
endParagraph
in class WrappingListener
parameters
- a generic list of parameters. Example: style="background-color: blue"Copyright © 2004–2021 XWiki. All rights reserved.