Path

ez components / documentation / api reference / 2008.2.1 / document


eZ Components 2008.2.1

Document: ezcDocumentDocbookToWikiBaseHandler

[ Tutorial ] [ Conversion ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcDocumentDocbookToWikiBaseHandler

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. [source]
The handler can then handle the repective subtree.
Additional handlers may be added by the user to the converter class.

Parents

ezcDocumentElementVisitorHandler
   |
   --ezcDocumentDocbookToWikiBaseHandler

Descendents

Child Class Description
ezcDocumentDocbookToWikiExternalLinkHandler Visit external links
ezcDocumentDocbookToWikiSectionHandler Visit docbook sections
ezcDocumentDocbookToWikiParagraphHandler Visit paragraphs
ezcDocumentDocbookToWikiInternalLinkHandler Visit internal links.
ezcDocumentDocbookToWikiBeginPageHandler Visit begin page elements
ezcDocumentDocbookToWikiOrderedListHandler Visit ordered list / enumerated lists
ezcDocumentDocbookToWikiEmphasisHandler Visit emphasis
ezcDocumentDocbookToWikiMediaObjectHandler Visit media objects
ezcDocumentDocbookToWikiItemizedListHandler Visit itemized list / bullet lists
ezcDocumentDocbookToWikiIgnoreHandler Handler for elements, which are safe to ignore
ezcDocumentDocbookToWikiLiteralLayoutHandler Visit literallayout elements
ezcDocumentDocbookToWikiLiteralHandler Visit inline literals
ezcDocumentDocbookToWikiTableHandler Visit tables

Method Summary

protected string renderDirective( $name, $parameter, $options, [$content = null] )
Render a directive

Inherited Methods

From ezcDocumentElementVisitorHandler :
public abstract mixed ezcDocumentElementVisitorHandler::handle()
Handle a node

Methods

renderDirective

string renderDirective( string $name, string $parameter, $options, [string $content = null] )
Render a directive
Render a directive with the given paramters.

Parameters

Name Type Description
$name string  
$parameter string  
$options array  
$content string  

Last updated: Mon, 09 Feb 2009