|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.rendering.wikimodel.CompositeListener
org.xwiki.rendering.wikimodel.confluence.ConfluenceExtendedWikiParser.EnhancedListener
public static class ConfluenceExtendedWikiParser.EnhancedListener
| Constructor Summary | |
|---|---|
ConfluenceExtendedWikiParser.EnhancedListener(IWemListener... listeners)
|
|
| Method Summary | |
|---|---|
void |
beginDocument(WikiParameters params)
This method is called to notify about the beginning of the top-level parsed document or about the beginning of an embedded document (contained in the main one). |
void |
beginSection(int docLevel,
int headerLevel,
WikiParameters params)
This method is used to notify about the beginning of a section. |
void |
beginSectionContent(int docLevel,
int headerLevel,
WikiParameters params)
This method is used to notify about the beginning of a section. |
void |
endDocument(WikiParameters params)
This method is used to notify about the end of a top-level or an internal document. |
void |
endSection(int docLevel,
int headerLevel,
WikiParameters params)
This method is used to notify about the end of a document section. |
void |
endSectionContent(int docLevel,
int headerLevel,
WikiParameters params)
This method is used to notify about the end of a document section. |
void |
onMacroBlock(String macroName,
WikiParameters params,
String content)
This method is used to notify about a new in-line macro which CAN generate block elements as a result of its interpretation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfluenceExtendedWikiParser.EnhancedListener(IWemListener... listeners)
| Method Detail |
|---|
public void beginDocument(WikiParameters params)
IWemListenerDocument
beginDocument in interface IWemListenerDocumentbeginDocument in class CompositeListenerIWemListenerDocument.beginDocument(WikiParameters)
public void beginSection(int docLevel,
int headerLevel,
WikiParameters params)
IWemListenerDocument
beginSection in interface IWemListenerDocumentbeginSection in class CompositeListenerdocLevel - the level (depth) of the document containing this sectionheaderLevel - the level of the header defining this sectionparams - parameters parameters of the document or the headerIWemListenerDocument.beginSection(int, int,
WikiParameters)
public void beginSectionContent(int docLevel,
int headerLevel,
WikiParameters params)
IWemListenerDocument
beginSectionContent in interface IWemListenerDocumentbeginSectionContent in class CompositeListenerdocLevel - the level (depth) of the document containing this sectionheaderLevel - the level of the header defining this sectionparams - parameters parameters of the document or the headerIWemListenerDocument.beginSectionContent(int, int,
WikiParameters)public void endDocument(WikiParameters params)
IWemListenerDocument
endDocument in interface IWemListenerDocumentendDocument in class CompositeListenerIWemListenerDocument.endDocument(WikiParameters)
public void endSection(int docLevel,
int headerLevel,
WikiParameters params)
IWemListenerDocument
endSection in interface IWemListenerDocumentendSection in class CompositeListenerdocLevel - the level (depth) of the document containing this sectionheaderLevel - the level of the header defining this sectionparams - parameters parameters of the document or the headerIWemListenerDocument.endSection(int, int,
WikiParameters)
public void endSectionContent(int docLevel,
int headerLevel,
WikiParameters params)
IWemListenerDocument
endSectionContent in interface IWemListenerDocumentendSectionContent in class CompositeListenerdocLevel - the level (depth) of the document containing this sectionheaderLevel - the level of the header defining this sectionparams - parameters parameters of the document or the headerIWemListenerDocument.endSectionContent(int, int,
WikiParameters)
public void onMacroBlock(String macroName,
WikiParameters params,
String content)
IWemListenerProgramming
onMacroBlock in interface IWemListenerProgrammingonMacroBlock in class CompositeListenermacroName - the name of the macroparams - parameters of the macrocontent - the content of the macro
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||