org.xwiki.rendering.internal.parser.wikimodel
Interface XWikiGeneratorListener

All Superinterfaces:
org.wikimodel.wem.IWemListener, org.wikimodel.wem.IWemListenerDocument, org.wikimodel.wem.IWemListenerInline, org.wikimodel.wem.IWemListenerList, org.wikimodel.wem.IWemListenerProgramming, org.wikimodel.wem.IWemListenerSemantic, org.wikimodel.wem.IWemListenerSimpleBlocks, org.wikimodel.wem.IWemListenerTable
All Known Implementing Classes:
DefaultXWikiGeneratorListener, XHTMLXWikiGeneratorListener, XWiki21XWikiGeneratorListener

public interface XWikiGeneratorListener
extends org.wikimodel.wem.IWemListener

Bridge between WikiModel and XWiki: translates WikiModel events into XWiki events.

Since:
2.5RC1
Version:
$Id$

Method Summary
 Listener getListener()
           
 
Methods inherited from interface org.wikimodel.wem.IWemListenerDocument
beginDocument, beginHeader, beginSection, beginSectionContent, endDocument, endHeader, endSection, endSectionContent
 
Methods inherited from interface org.wikimodel.wem.IWemListenerSimpleBlocks
beginInfoBlock, beginParagraph, endInfoBlock, endParagraph, onEmptyLines, onHorizontalLine, onVerbatimBlock
 
Methods inherited from interface org.wikimodel.wem.IWemListenerInline
beginFormat, endFormat, onEscape, onImage, onImage, onLineBreak, onNewLine, onReference, onReference, onSpace, onSpecialSymbol, onVerbatimInline, onWord
 
Methods inherited from interface org.wikimodel.wem.IWemListenerTable
beginTable, beginTableCell, beginTableRow, endTable, endTableCell, endTableRow, onTableCaption
 
Methods inherited from interface org.wikimodel.wem.IWemListenerList
beginDefinitionDescription, beginDefinitionList, beginDefinitionTerm, beginList, beginListItem, beginQuotation, beginQuotationLine, endDefinitionDescription, endDefinitionList, endDefinitionTerm, endList, endListItem, endQuotation, endQuotationLine
 
Methods inherited from interface org.wikimodel.wem.IWemListenerSemantic
beginPropertyBlock, beginPropertyInline, endPropertyBlock, endPropertyInline
 
Methods inherited from interface org.wikimodel.wem.IWemListenerProgramming
onExtensionBlock, onExtensionInline, onMacroBlock, onMacroInline
 

Method Detail

getListener

Listener getListener()
Returns:
the XWiki listener to which to forward the events to


Copyright © 2004-2011 XWiki. All Rights Reserved.