Document: ezcDocumentDocbookToHtmlSpecialParagraphHandler
[ ]
[ Conversion ] [ Styles ]
[ ]
[ ]
[ ]
[ ]
Class: ezcDocumentDocbookToHtmlSpecialParagraphHandler
|
Visit special paragraphs [
source]
Transform the paragraphs with special annotations like <note> and <caution> to paragraphs inside the HTML document with a class representing the meaning of the docbook elements. The mapping which is used inside this method is used throughout the document comoponent and compatible with the RTS mapping.
Parents
ezcDocumentElementVisitorHandler
|
--ezcDocumentDocbookToHtmlBaseHandler
|
--ezcDocumentDocbookToHtmlSpecialParagraphHandler
Member Variables
|
protected array |
$types
= array( 'note' => 'note', 'tip' => 'notice', 'warning' => 'warning', 'important' => 'attention', 'caution' => 'danger', )
Handled paragraph names / types |
Method Summary
|
public mixed |
handle(
$converter, $node, $root )
Handle a node |
Inherited Methods
From
ezcDocumentDocbookToHtmlBaseHandler :
From
ezcDocumentElementVisitorHandler :
Methods
handle
Handle a node
Handle / transform a given node, and return the result of the conversion.
Parameters
Redefinition of
Last updated: Tue, 23 Mar 2010