Visit eZXml lists.
Lists are children of paragraphs in eZXml, but are part of the section nodes in docbook. The containing paragraph needs to be split up and the list node moved to the top level node.
Source for this file: /Document/src/converters/element_visitor/ezxml/docbook/list.php
ezcDocumentElementVisitorHandler | --ezcDocumentEzXmlToDocbookListHandler
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. |