Visit citations
Citations in docbook are emebedded at the position, the reference should occur. We store the contents, to be rendered at the end of the RST document, and only render a number referencing the actual citation at the position of the citation in the docbook document.
Source for this file: /Document/src/converters/element_visitor/docbook/rst/citation.php
ezcDocumentElementVisitorHandler | --ezcDocumentDocbookToRstBaseHandler | --ezcDocumentDocbookToRstCitationHandler
Version: | //autogen// |
public mixed |
handle(
$converter
, $node
, $root
)
Handle a node |
From ezcDocumentDocbookToRstBaseHandler | |
---|---|
protected string |
ezcDocumentDocbookToRstBaseHandler::renderDirective()
Render a directive |
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. |