Basic converter which stores a list of handlers for each node in the docbook element tree. Those handlers will be executed for the elements, when found.
The handler can then handle the repective subtree.
Additional handlers may be added by the user to the converter class.
Source for this file: /Document/src/converters/element_visitor/docbook/wiki/handler.php
ezcDocumentElementVisitorHandler | --ezcDocumentDocbookToWikiBaseHandler
Version: | //autogen// |
Child Class | Description |
---|---|
ezcDocumentDocbookToWikiLiteralHandler | Visit inline literals |
ezcDocumentDocbookToWikiItemizedListHandler | Visit itemized list / bullet lists. |
ezcDocumentDocbookToWikiMediaObjectHandler | Visit media objects |
ezcDocumentDocbookToWikiExternalLinkHandler | Visit external links. |
ezcDocumentDocbookToWikiOrderedListHandler | Visit ordered list / enumerated lists |
ezcDocumentDocbookToWikiSectionHandler | Visit docbook sections |
ezcDocumentDocbookToWikiLiteralLayoutHandler | Visit literallayout elements |
ezcDocumentDocbookToWikiBeginPageHandler | Visit begin page elements |
ezcDocumentDocbookToWikiInternalLinkHandler | Visit internal links. |
ezcDocumentDocbookToWikiIgnoreHandler | Handler for elements, which are safe to ignore. |
ezcDocumentDocbookToWikiParagraphHandler | Visit paragraphs |
ezcDocumentDocbookToWikiTableHandler | Visit tables. |
ezcDocumentDocbookToWikiEmphasisHandler | Visit emphasis. |
protected string |
renderDirective(
$name
, $parameter
, $options
, [ $content
= null] )
Render a directive |
From ezcDocumentElementVisitorHandler | |
---|---|
public abstract mixed |
ezcDocumentElementVisitorHandler::handle()
Handle a node. |
Render a directive
Render a directive with the given paramters.
Name | Type | Description |
---|---|---|
$name |
string | |
$parameter |
string | |
$options |
array | |
$content |
string |