org.wikimodel.wem.confluence
Class ConfluenceInternalWikiScannerContext

java.lang.Object
  extended by org.wikimodel.wem.impl.InternalWikiScannerContext
      extended by org.wikimodel.wem.confluence.ConfluenceInternalWikiScannerContext
All Implemented Interfaces:
IWikiScannerContext, IWemConstants

public class ConfluenceInternalWikiScannerContext
extends InternalWikiScannerContext


Field Summary
 
Fields inherited from class org.wikimodel.wem.impl.InternalWikiScannerContext
fTableCellParams, fTableHead
 
Fields inherited from interface org.wikimodel.wem.IWemConstants
BIG, CITE, CODE, DEL, EM, INS, MONO, REF, SMALL, STRIKE, STRONG, SUB, SUP, TT
 
Constructor Summary
ConfluenceInternalWikiScannerContext(SectionBuilder<WikiParameters> sectionBuilder, IWemListener listener)
           
 
Method Summary
 void onTableCell(boolean head, WikiParameters params)
          
 
Methods inherited from class org.wikimodel.wem.impl.InternalWikiScannerContext
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, checkStyleOpened, closeBlock, closeFormat, endDocument, endFormat, endFormat, endHeader, endInfo, endList, endListItem, endParagraph, endPropertyBlock, endPropertyInline, endQuot, endQuotLine, endTable, endTableCell, endTableExplicit, endTableRow, getInlineState, getTableCellCounter, getTableRowCounter, isInDefinitionList, isInDefinitionTerm, isInHeader, isInInlineProperty, isInList, isInQuotation, 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, 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

ConfluenceInternalWikiScannerContext

public ConfluenceInternalWikiScannerContext(SectionBuilder<WikiParameters> sectionBuilder,
                                            IWemListener listener)
Method Detail

onTableCell

public void onTableCell(boolean head,
                        WikiParameters params)

Modified to make sure last empty cell of a row is not taken into account.

Specified by:
onTableCell in interface IWikiScannerContext
Overrides:
onTableCell in class InternalWikiScannerContext
See Also:
InternalWikiScannerContext.onTableCell(boolean, org.wikimodel.wem.WikiParameters)


Copyright © 2005-2010. All Rights Reserved.