Visit footnotes
Footnotes in docbook are emebdded at the position, the reference should occur. We store the contents, to be rendered at the end of the HTML document, and only render a number referencing the actual footnote at the position of the footnote in the docbook document.
Source for this file: /Document/src/converters/element_visitor/docbook/ezxml/footnote.php
ezcDocumentElementVisitorHandler | --ezcDocumentDocbookToEzXmlFootnoteHandler
Version: | //autogen// |
public mixed |
handle(
$converter
, $node
, $root
)
Handle a node |
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. |