Basic converter which stores a list of handlers for each node in the docbook element tree. Those handlers will be executed for the elements, when found.
The handler can then handle the repective subtree.
Additional handlers may be added by the user to the converter class.
Source for this file: /Document/src/converters/element_visitor/docbook/xhtml/handler.php
ezcDocumentElementVisitorHandler | --ezcDocumentDocbookToHtmlBaseHandler
Version: | //autogen// |
protected DOMElement |
getHead(
$element
)
Get head of HTML document |
From ezcDocumentElementVisitorHandler | |
---|---|
public abstract mixed |
ezcDocumentElementVisitorHandler::handle()
Handle a node. |
Get head of HTML document
Get the root node of the HTML document head
Name | Type | Description |
---|---|---|
$element |
DOMElement |