Visit docbook sections
Updates the docbook sections, which give us information about the depth in the document, and may also be reference targets.
Also visits title elements, which are commonly the first element in sections and define section titles, which are converted to HTML header elements of the respective level of indentation
Source for this file: /Document/src/converters/element_visitor/docbook/xhtml/section.php
ezcDocumentElementVisitorHandler | --ezcDocumentDocbookToHtmlBaseHandler | --ezcDocumentDocbookToHtmlSectionHandler
Version: | //autogen// |
protected int |
$level
= 0
Current level of indentation in the docbook document. |
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. |