org.xwiki.rendering.wikimodel.confluence
Class ConfluenceWikiScannerContext

java.lang.Object
  extended by org.xwiki.rendering.wikimodel.impl.WikiScannerContext
      extended by org.xwiki.rendering.wikimodel.confluence.ConfluenceWikiScannerContext
All Implemented Interfaces:
IWikiScannerContext, IWemConstants

public class ConfluenceWikiScannerContext
extends WikiScannerContext

Since:
4.0M1
Version:
$Id$

Field Summary
 
Fields inherited from class org.xwiki.rendering.wikimodel.impl.WikiScannerContext
fListener, fSectionBuilder, fStack
 
Fields inherited from interface org.xwiki.rendering.wikimodel.IWemConstants
BIG, CITE, CODE, DEL, EM, INS, MONO, REF, SMALL, STRIKE, STRONG, SUB, SUP, TT
 
Constructor Summary
ConfluenceWikiScannerContext(IWemListener listener)
           
 
Method Summary
 ConfluenceInternalWikiScannerContext getContext()
           
 boolean isExplicitInTable()
           
protected  ConfluenceInternalWikiScannerContext newInternalContext()
           
 
Methods inherited from class org.xwiki.rendering.wikimodel.impl.WikiScannerContext
beginDocument, beginDocument, beginFormat, beginFormat, beginHeader, beginHeader, beginInfo, beginList, beginList, beginListItem, beginListItem, beginParagraph, beginParagraph, beginPropertyBlock, beginPropertyInline, beginQuot, beginQuot, beginQuotLine, beginTable, beginTable, beginTableCell, beginTableCell, beginTableRow, beginTableRow, beginTableRow, canApplyDefintionSplitter, checkFormatStyle, closeBlock, endDocument, endFormat, endFormat, endHeader, endInfo, endList, endListItem, endParagraph, endPropertyBlock, endPropertyInline, endQuot, endQuotLine, endTable, endTableCell, endTableExplicit, endTableRow, getfListener, getInlineState, getTableCellCounter, getTableRowCounter, isInDefinitionList, isInDefinitionTerm, isInHeader, isInInlineProperty, isInList, isInTable, isInTableCell, isInTableRow, onDefinitionListItemSplit, onEmptyLines, onEscape, onExtensionBlock, onExtensionInline, onFormat, onFormat, onFormat, onHorizontalLine, onHorizontalLine, onImage, onImage, onLineBreak, onMacro, onMacro, onMacroBlock, onMacroInline, onNewLine, onQuotLine, onReference, onReference, onSpace, onSpecialSymbol, onTableCaption, onTableCell, onTableCell, onTableRow, onVerbatim, onVerbatim, onVerbatim, onWord
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceWikiScannerContext

public ConfluenceWikiScannerContext(IWemListener listener)
Method Detail

newInternalContext

protected ConfluenceInternalWikiScannerContext newInternalContext()
Overrides:
newInternalContext in class WikiScannerContext
Returns:

getContext

public ConfluenceInternalWikiScannerContext getContext()
Overrides:
getContext in class WikiScannerContext

isExplicitInTable

public boolean isExplicitInTable()


Copyright © 2004-2012 XWiki. All Rights Reserved.