Simple mapping handler
Special visitor for elements which just need trivial mapping of element tag names. It ignores all attributes of the input element and just converts the tag name.
Source for this file: /Document/src/converters/element_visitor/docbook/xhtml/mapper.php
ezcDocumentElementVisitorHandler | --ezcDocumentDocbookToHtmlBaseHandler | --ezcDocumentDocbookToHtmlMappingHandler
Version: | //autogen// |
protected array |
$mapping
= array(
Mapping of element names. Element tag name mapping for elements, which just require trivial mapping used by the visitWithMapper() method. |
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. |