Visit literallayout elements
Literallayout elements are used for code blocks in docbook, where normally some fixed width font is used, but also for poems or simliarly formatted texts. In HTML those are represented by entirely different structures. Code blocks will be transformed into
Source for this file: /Document/src/converters/element_visitor/docbook/rst/literal_layout.php
ezcDocumentElementVisitorHandler | --ezcDocumentDocbookToRstBaseHandler | --ezcDocumentDocbookToRstLiteralLayoutHandler
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. |