|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWemListenerDocument
Instances of this type are used to notify about parsed documents. This listener is called for top-level documents as well as for "embedded" documents found in the main document.
| Method Summary | |
|---|---|
void |
beginDocument()
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 level,
WikiParameters params)
This method is called to notify about a new section header found in the document. |
void |
endDocument()
This method is used to notify about the end of a top-level or an internal document. |
void |
endHeader(int level,
WikiParameters params)
This method is called to notify about the end of a section-level header. |
| Method Detail |
|---|
void beginDocument()
void beginHeader(int level,
WikiParameters params)
level - the level of the found header; valid values: 1-6params - wiki parameters associated with thevoid endDocument()
void endHeader(int level,
WikiParameters params)
level - the level of the headerparams - wiki parameters of the header
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||