Visit docbook sectioninfo elements
The sectioninfo elements contain metadata about the document or sections, which are transformed into the respective metadata in the HTML header.
Source for this file: /Document/src/converters/element_visitor/docbook/xhtml/head.php
ezcDocumentElementVisitorHandler | --ezcDocumentDocbookToHtmlBaseHandler | --ezcDocumentDocbookToHtmlHeadHandler
Version: | //autogen// |
protected array |
$dcHeaderMapping
= array(
Element name mapping for meta information in the docbook document to HTML meta element names, using the dublin core extensions for meta elements. |
protected array |
$headerMapping
= array(
Element name mapping for meta information in the docbook document to HTML meta element names. |
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. |