public class WemListTagNotifier extends AbstractTagNotifier implements IWemListenerList
EMPTY_MAP, fListenerDEFINITION_DESCRIPTION, DEFINITION_LIST, DEFINITION_TERM, DOCUMENT, EMPTY_LINES, EMPTY_LINES_SIZE, ESCAPE, EXTENSION_BLOCK, EXTENSION_INLINE, EXTENSION_NAME, FORMAT, HEADER, HEADER_LEVEL, HORIZONTAL_LINE, IMAGE, IMAGE_IMPLICIT, INFO_BLOCK, INFO_BLOCK_TYPE, LINE_BREAK, LIST_ITEM, LIST_ORDERED, LIST_UNORDERED, MACRO_BLOCK, MACRO_INLINE, MACRO_NAME, NEW_LINE, PARAGRAPH, PROPERTY_BLOCK, PROPERTY_DOC, PROPERTY_INLINE, PROPERTY_URL, QUOTATION, QUOTATION_LINE, REF_EXPLICIT, REF_IMPLICIT, SECTION, SECTION_CONTENT, SECTION_DOC_LEVEL, SECTION_HEADER_LEVEL, SECTION_LEVEL, STYLES, TABLE, TABLE_CAPTION, TABLE_CAPTION_PARAM, TABLE_CELL, TABLE_HEAD, TABLE_ROW, VERBATIM_BLOCK, VERBATIM_INLINE| Constructor and Description |
|---|
WemListTagNotifier(ITagListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
beginDefinitionDescription()
This method is used to notify about a definition description.
|
void |
beginDefinitionList(WikiParameters params)
This method is used to notify about a new definition list.
|
void |
beginDefinitionTerm()
A definition term.
|
void |
beginList(WikiParameters params,
boolean ordered)
This method is used to notify about a new list.
|
void |
beginListItem()
This method is used to notify about the beginning of a new item of a
simple list (see
IWemListenerList.beginList(WikiParameters, boolean)/
IWemListenerList.endList(WikiParameters, boolean) methods). |
void |
beginQuotation(WikiParameters params)
Notifies about the beginning of a quotation elements.
|
void |
beginQuotationLine()
A list containing quotation.
|
void |
endDefinitionDescription()
This method is used to notify about the end of a definition description.
|
void |
endDefinitionList(WikiParameters params)
This method is used to notify about the end of a definition list.
|
void |
endDefinitionTerm()
The end of a definition term.
|
void |
endList(WikiParameters params,
boolean ordered)
This method is used to notify about the end of a list.
|
void |
endListItem()
This method is used to notify about the end of an item of a simple list
(see
IWemListenerList.beginList(WikiParameters, boolean)/
IWemListenerList.endList(WikiParameters, boolean) methods). |
void |
endQuotation(WikiParameters params)
Notifies about the end of a quotation element sequence.
|
void |
endQuotationLine()
This method is used to notify about the end of a quotation line.
|
newParamMap, tagParams, tagParams, tagParams, tagParams, userParams, userParams, userParamspublic WemListTagNotifier(ITagListener listener)
listener - public void beginDefinitionDescription()
IWemListenerListbeginDefinitionDescription in interface IWemListenerListIWemListenerList.endDefinitionDescription()public void beginDefinitionList(WikiParameters params)
IWemListenerListbeginDefinitionList in interface IWemListenerListparams - list of parameters for the listIWemListenerList.endDefinitionList(WikiParameters)public void beginDefinitionTerm()
IWemListenerListbeginDefinitionTerm in interface IWemListenerListIWemListenerList.endDefinitionTerm()public void beginList(WikiParameters params, boolean ordered)
IWemListenerListIWemListenerList.beginListItem()/IWemListenerList.endListItem() method pair. Items of
lists of this type can contain the following sequence of elements:
beginList in interface IWemListenerListparams - parameters of the listordered - if this flag is true then this method
corresponds to a new ordered list ("ol"); otherwise this method
notifies a beginning of an unordered list ("ul")IWemListenerList.endList(WikiParameters, boolean)public void beginListItem()
IWemListenerListIWemListenerList.beginList(WikiParameters, boolean)/
IWemListenerList.endList(WikiParameters, boolean) methods).beginListItem in interface IWemListenerListIWemListenerList.endListItem()public void beginQuotation(WikiParameters params)
IWemListenerListbeginQuotation in interface IWemListenerListparams - parameters of the listIWemListenerList.endQuotation(WikiParameters)public void beginQuotationLine()
IWemListenerListbeginQuotationLine in interface IWemListenerListIWemListenerList.endQuotationLine()public void endDefinitionDescription()
IWemListenerListendDefinitionDescription in interface IWemListenerListIWemListenerList.beginDefinitionDescription()public void endDefinitionList(WikiParameters params)
IWemListenerListendDefinitionList in interface IWemListenerListparams - list of parameters for the listIWemListenerList.beginDefinitionList(WikiParameters)public void endDefinitionTerm()
IWemListenerListendDefinitionTerm in interface IWemListenerListIWemListenerList.beginDefinitionTerm()public void endList(WikiParameters params, boolean ordered)
IWemListenerListendList in interface IWemListenerListparams - parameters of the listordered - if this flag is true then this method
corresponds to a new ordered list ("ol"); otherwise this method
notifies a beginning of an unordered list ("ul")IWemListenerList.beginList(WikiParameters, boolean)public void endListItem()
IWemListenerListIWemListenerList.beginList(WikiParameters, boolean)/
IWemListenerList.endList(WikiParameters, boolean) methods).endListItem in interface IWemListenerListIWemListenerList.beginListItem()public void endQuotation(WikiParameters params)
IWemListenerListendQuotation in interface IWemListenerListparams - parameters of the listIWemListenerList.endQuotation(WikiParameters)public void endQuotationLine()
IWemListenerListendQuotationLine in interface IWemListenerListIWemListenerList.endQuotationLine()Copyright © 2004–2016 XWiki. All rights reserved.