Visit special paragraphs
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.
Source for this file: /Document/src/converters/element_visitor/docbook/xhtml/special_paragraph.php
ezcDocumentElementVisitorHandler | --ezcDocumentDocbookToHtmlBaseHandler | --ezcDocumentDocbookToHtmlSpecialParagraphHandler
Version: | //autogen// |
protected array |
$types
= array(
Handled paragraph names / types |
public mixed |
handle(
$converter
, $node
, $root
)
Handle a node |
From ezcDocumentDocbookToHtmlBaseHandler | |
---|---|
protected DOMElement |
ezcDocumentDocbookToHtmlBaseHandler::getHead()
Get head of HTML document |
From ezcDocumentElementVisitorHandler | |
public abstract mixed |
ezcDocumentElementVisitorHandler::handle()
Handle a node. |
Handle a node
Handle / transform a given node, and return the result of the conversion.
Name | Type | Description |
---|---|---|
$converter |
ezcDocumentElementVisitorConverter | |
$node |
DOMElement | |
$root |
mixed |
Method | Description |
---|---|
ezcDocumentElementVisitorHandler::handle() |
Handle a node. |