| Interface | Description |
|---|---|
| IWemConstants |
This interface contains main styles used to define text formatting.
|
| IWemListener |
This interface is a marker for classes implementing all WEM listeners.
|
| IWemListenerDocument |
Instances of this type are used to notify about parsed documents.
|
| IWemListenerInline |
This method re-groups all methods used to notify about in-line elements.
|
| IWemListenerList |
This listener re-groups all hierarchical listener elements like lists
(ordered and unordered), definition lists and quotations.
|
| IWemListenerProgramming |
This interface re-groups all listener methods related to document elements
which should be interpreted by the client code.
|
| IWemListenerSemantic |
This listener is used to notify about semantic elements defined in the
document.
|
| IWemListenerSimpleBlocks |
This listener re-groups methods used to notify about simple block elements.
|
| IWemListenerTable |
This interface re-groups all methods used to notify about tables and their
structural elements.
|
| IWikiMacroParser |
Instances of this type are used to transform macros found in wiki
documents into corresponding structured objects -
WikiMacro. |
| IWikiParser |
This is a common interface for all wiki syntax parsers.
|
| IWikiPrinter | |
| IWikiReferenceParser |
Instances of this type are used to transform references found in wiki
documents into corresponding structured objects -
WikiReference. |
| IWikiSerializer |
This is a common interface for all wiki syntax serializers.
|
| Class | Description |
|---|---|
| AgregatingWemListener | |
| CompositeListener |
A composite listener which delegates each listener method call to multiple
listeners registered in this composite listener.
|
| EmptyWemListener | |
| EventDumpListener |
This is a dump listener generating text traces of events for every listener
call.
|
| PrintTextListener | |
| ReferenceHandler |
This utility class splits references to individual parts (hyper-link and
label) and delegates to separate methods handling of images, normal
references and downloads.
|
| WikiFormat |
An immutable set of styles.
|
| WikiMacro |
An immutable object which holds information about a macro reference.
|
| WikiPageUtil |
This class contains some utility methods used for escaping xml strings as
well as for encoding/decoding http parameters.
|
| WikiParameter |
A wiki parameter object.
|
| WikiParameters |
This is a default implementation of the
IWikiParams interface. |
| WikiPrinter | |
| WikiReference |
This object represents an individual reference in the wiki document.
|
| WikiReferenceParser |
This class is used as a common parser of references.
|
| WikiStyle |
| Exception | Description |
|---|---|
| WikiParserException |
Common execption for wiki parsers.
|
Copyright © 2004–2017 XWiki. All rights reserved.