Path

ez components / documentation / api reference / 2009.2.1 / document


eZ Components 2009.2.1

Document: ezcDocumentDocbookToRstBaseHandler

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

Class: ezcDocumentDocbookToRstBaseHandler

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
   |
   --ezcDocumentDocbookToRstBaseHandler

Descendents

Child Class Description
ezcDocumentDocbookToRstIgnoreHandler Handler for elements, which are safe to ignore
ezcDocumentDocbookToRstBlockquoteHandler Visit blockquotes
ezcDocumentDocbookToRstLiteralLayoutHandler Visit literallayout elements
ezcDocumentDocbookToRstMediaObjectHandler Visit media objects
ezcDocumentDocbookToRstItemizedListHandler Visit itemized list / bullet lists
ezcDocumentDocbookToRstEmphasisHandler Visit emphasis
ezcDocumentDocbookToRstExternalLinkHandler Visit external links
ezcDocumentDocbookToRstCitationHandler Visit citations
ezcDocumentDocbookToRstHeadHandler Visit docbook sectioninfo elements
ezcDocumentDocbookToRstVariableListHandler Visit itemized list / bullet lists
ezcDocumentDocbookToRstTableHandler Visit tables
ezcDocumentDocbookToRstFootnoteHandler Visit footnotes
ezcDocumentDocbookToRstBeginPageHandler Visit begin page elements
ezcDocumentDocbookToRstCommentHandler Visit docbook comment
ezcDocumentDocbookToRstSectionHandler Visit docbook sections
ezcDocumentDocbookToRstInternalLinkHandler Visit internal links.
ezcDocumentDocbookToRstSpecialParagraphHandler Visit special paragraphs.
ezcDocumentDocbookToRstParagraphHandler Visit paragraphs
ezcDocumentDocbookToRstOrderedListHandler Visit itemized list / bullet lists
ezcDocumentDocbookToRstLiteralHandler Visit inline literals

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: Tue, 23 Mar 2010