|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wikimodel.wem.impl.InternalWikiScannerContext
org.wikimodel.wem.confluence.ConfluenceInternalWikiScannerContext
public class ConfluenceInternalWikiScannerContext
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.wikimodel.wem.impl.InternalWikiScannerContext |
|---|
InternalWikiScannerContext.IBlockTypes |
| Field Summary |
|---|
| Fields inherited from class org.wikimodel.wem.impl.InternalWikiScannerContext |
|---|
fBlockType, fFormat, fHeaderLevel, fInfoParams, fInfoType, fInlineProperty, fInlineState, fListBuilder, fListener, fListParams, fMacroContent, fMacroName, fMacroParameters, fNewFormat, fParagraphParams, fPropertyDocStack, fPropertyStack, fQuotBuilder, fQuoteDepth, fQuotParams, fSectionBuilder, fTableCellCounter, fTableCellParams, fTableHead, fTableParams, fTableRowCounter, fTableRowParams, fVerbatimContent, fVerbatimParameters |
| 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 |
beginList()
|
void |
endList()
|
boolean |
isExplicitInTable()
|
void |
onTableCell(boolean head,
WikiParameters params)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfluenceInternalWikiScannerContext(SectionBuilder<WikiParameters> sectionBuilder,
IWemListener listener)
| Method Detail |
|---|
public void onTableCell(boolean head,
WikiParameters params)
Modified to make sure last empty cell of a row is not taken into account.
onTableCell in interface IWikiScannerContextonTableCell in class InternalWikiScannerContextInternalWikiScannerContext.onTableCell(boolean,
org.wikimodel.wem.WikiParameters)public void beginList()
beginList in interface IWikiScannerContextbeginList in class InternalWikiScannerContextpublic void endList()
endList in interface IWikiScannerContextendList in class InternalWikiScannerContextpublic boolean isExplicitInTable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||