Visit itemized list / bullet lists.
Visit itemized lists (bullet list) and maintain the correct indentation for list items.
Source for this file: /Document/src/converters/element_visitor/docbook/wiki/itemized_list.php
ezcDocumentElementVisitorHandler | --ezcDocumentDocbookToWikiBaseHandler | --ezcDocumentDocbookToWikiItemizedListHandler
Version: | //autogen// |
protected int |
$level
= 0
Current list indentation level. |
public mixed |
handle(
$converter
, $node
, $root
)
Handle a node. |
From ezcDocumentDocbookToWikiBaseHandler | |
---|---|
protected string |
ezcDocumentDocbookToWikiBaseHandler::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. |