|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.rendering.wikimodel.xml.AbstractTagNotifier
org.xwiki.rendering.wikimodel.xml.WemListTagNotifier
public class WemListTagNotifier
| Field Summary |
|---|
| Fields inherited from class org.xwiki.rendering.wikimodel.xml.AbstractTagNotifier |
|---|
EMPTY_MAP, fListener |
| Fields inherited from interface org.xwiki.rendering.wikimodel.xml.ISaxConst |
|---|
DEFINITION_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 Summary | |
|---|---|
WemListTagNotifier(ITagListener listener)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.xwiki.rendering.wikimodel.xml.AbstractTagNotifier |
|---|
newParamMap, tagParams, tagParams, tagParams, tagParams, userParams, userParams, userParams |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WemListTagNotifier(ITagListener listener)
listener - | Method Detail |
|---|
public void beginDefinitionDescription()
IWemListenerList
beginDefinitionDescription in interface IWemListenerListIWemListenerList.endDefinitionDescription()public void beginDefinitionList(WikiParameters params)
IWemListenerList
beginDefinitionList in interface IWemListenerListparams - list of parameters for the listIWemListenerList.endDefinitionList(WikiParameters)public void beginDefinitionTerm()
IWemListenerList
beginDefinitionTerm 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)
IWemListenerList
beginQuotation in interface IWemListenerListparams - parameters of the listIWemListenerList.endQuotation(WikiParameters)public void beginQuotationLine()
IWemListenerList
beginQuotationLine in interface IWemListenerListIWemListenerList.endQuotationLine()public void endDefinitionDescription()
IWemListenerList
endDefinitionDescription in interface IWemListenerListIWemListenerList.beginDefinitionDescription()public void endDefinitionList(WikiParameters params)
IWemListenerList
endDefinitionList in interface IWemListenerListparams - list of parameters for the listIWemListenerList.beginDefinitionList(WikiParameters)public void endDefinitionTerm()
IWemListenerList
endDefinitionTerm in interface IWemListenerListIWemListenerList.beginDefinitionTerm()
public void endList(WikiParameters params,
boolean ordered)
IWemListenerList
endList 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)
IWemListenerList
endQuotation in interface IWemListenerListparams - parameters of the listIWemListenerList.endQuotation(WikiParameters)public void endQuotationLine()
IWemListenerList
endQuotationLine in interface IWemListenerListIWemListenerList.endQuotationLine()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||