|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wikimodel.wem.xml.AbstractTagNotifier
org.wikimodel.wem.xml.WemDocumentTagNotifier
public class WemDocumentTagNotifier
| Field Summary |
|---|
| Fields inherited from class org.wikimodel.wem.xml.AbstractTagNotifier |
|---|
EMPTY_MAP, fListener |
| Fields inherited from interface org.wikimodel.wem.xml.ISaxConst |
|---|
DEFINITION_DESCRIPTION, DEFINITION_LIST, DEFINITION_TERM, DOCUMENT, EMPTY_LINES, EMPTY_LINES_SIZE, ESCAPE, EXTENSION_BLOCK, EXTENSION_INLINE, EXTENSION_NAME, FORMAT, HEADER, HEADER_LEVEL, HORIZONTAL_LINE, IMAGE, IMAGE_IMPLICIT, INFO_BLOCK, INFO_BLOCK_TYPE, LINE_BREAK, LIST_ITEM, LIST_ORDERED, LIST_UNORDERED, MACRO_BLOCK, MACRO_INLINE, MACRO_NAME, NEW_LINE, PARAGRAPH, PROPERTY_BLOCK, PROPERTY_DOC, PROPERTY_INLINE, PROPERTY_URL, QUOTATION, QUOTATION_LINE, REF_EXPLICIT, REF_IMPLICIT, SECTION, SECTION_CONTENT, SECTION_DOC_LEVEL, SECTION_HEADER_LEVEL, SECTION_LEVEL, STYLES, TABLE, TABLE_CAPTION, TABLE_CAPTION_PARAM, TABLE_CELL, TABLE_HEAD, TABLE_ROW, VERBATIM_BLOCK, VERBATIM_INLINE |
| Constructor Summary | |
|---|---|
WemDocumentTagNotifier(ITagListener listener)
|
|
| 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 |
beginHeader(int headerLevel,
WikiParameters params)
This method is called to notify about a new section header found in the document. |
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 |
endHeader(int headerLevel,
WikiParameters params)
This method is called to notify about the end of a section-level header. |
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. |
| Methods inherited from class org.wikimodel.wem.xml.AbstractTagNotifier |
|---|
newParamMap, tagParams, tagParams, tagParams, tagParams, userParams, userParams, userParams |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WemDocumentTagNotifier(ITagListener listener)
listener - | Method Detail |
|---|
public void beginDocument(WikiParameters params)
IWemListenerDocument
beginDocument in interface IWemListenerDocument
public void beginHeader(int headerLevel,
WikiParameters params)
IWemListenerDocument
beginHeader in interface IWemListenerDocumentheaderLevel - the level of the found header; valid values: 1-6params - wiki parameters associated with the
public void beginSection(int docLevel,
int headerLevel,
WikiParameters params)
IWemListenerDocument
beginSection in interface IWemListenerDocumentdocLevel - the level (depth) of the document containing this sectionheaderLevel - the level of the header defining this sectionparams - parameters parameters of the document or the header
public void beginSectionContent(int docLevel,
int headerLevel,
WikiParameters params)
IWemListenerDocument
beginSectionContent in interface IWemListenerDocumentdocLevel - the level (depth) of the document containing this sectionheaderLevel - the level of the header defining this sectionparams - parameters parameters of the document or the headerpublic void endDocument(WikiParameters params)
IWemListenerDocument
endDocument in interface IWemListenerDocument
public void endHeader(int headerLevel,
WikiParameters params)
IWemListenerDocument
endHeader in interface IWemListenerDocumentheaderLevel - the level of the headerparams - wiki parameters of the header
public void endSection(int docLevel,
int headerLevel,
WikiParameters params)
IWemListenerDocument
endSection in interface IWemListenerDocumentdocLevel - the level (depth) of the document containing this sectionheaderLevel - the level of the header defining this sectionparams - parameters parameters of the document or the header
public void endSectionContent(int docLevel,
int headerLevel,
WikiParameters params)
IWemListenerDocument
endSectionContent in interface IWemListenerDocumentdocLevel - the level (depth) of the document containing this sectionheaderLevel - the level of the header defining this sectionparams - parameters parameters of the document or the header
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||