Path

ez components / documentation / api reference / 2009.2.1 / document


eZ Components 2009.2.1

Document: ezcDocumentDocbookToHtmlBaseHandler

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

Class: ezcDocumentDocbookToHtmlBaseHandler

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

Descendents

Child Class Description
ezcDocumentDocbookToHtmlIgnoreHandler Handler for elements, which are safe to ignore
ezcDocumentDocbookToHtmlBlockquoteHandler Visit blockquotes
ezcDocumentDocbookToHtmlTableCellHandler Visit table cells
ezcDocumentDocbookToHtmlLiteralLayoutHandler Visit literallayout elements
ezcDocumentDocbookToHtmlMediaObjectHandler Visit media objects
ezcDocumentDocbookToHtmlEmphasisHandler Visit emphasis
ezcDocumentDocbookToHtmlExternalLinkHandler Visit external links
ezcDocumentDocbookToHtmlAnchorHandler Visit anchor elements
ezcDocumentDocbookToHtmlHeadHandler Visit docbook sectioninfo elements
ezcDocumentDocbookToHtmlDefinitionListEntryHandler Visit definition list entries
ezcDocumentDocbookToHtmlFootnoteHandler Visit footnotes
ezcDocumentDocbookToHtmlCommentHandler Visit docbook comment.
ezcDocumentDocbookToHtmlSectionHandler Visit docbook sections
ezcDocumentDocbookToHtmlInternalLinkHandler Visit internal links.
ezcDocumentDocbookToHtmlSpecialParagraphHandler Visit special paragraphs
ezcDocumentDocbookToHtmlMappingHandler Simple mapping handler
ezcDocumentDocbookToHtmlParagraphHandler Visit paragraphs

Method Summary

protected DOMElement getHead( $element )
Get head of HTML document

Inherited Methods

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

Methods

getHead

DOMElement getHead( $element )
Get head of HTML document
Get the root node of the HTML document head

Parameters

Name Type Description
$element DOMElement  

Last updated: Tue, 23 Mar 2010