Visit media objects
Media objects are all kind of other media types, embedded in the document, like images.
Source for this file: /Document/src/converters/element_visitor/docbook/wiki/mediaobject.php
ezcDocumentElementVisitorHandler | --ezcDocumentDocbookToWikiBaseHandler | --ezcDocumentDocbookToWikiMediaObjectHandler
Version: | //autogen// |
Child Class | Description |
---|---|
ezcDocumentDocbookToWikiInlineMediaObjectHandler | Visit inline media objects |
protected array |
getImageParameters(
$converter
, $node
)
Extract image parameters |
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. |
Extract image parameters
Extract the image parameters from a media object or inline media object node in the Docbook document. Returns an array with named keys containing the directive parameters.
Name | Type | Description |
---|---|---|
$converter |
ezcDocumentElementVisitorConverter | |
$node |
DOMElement |
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. |
Method | Description |
---|---|
ezcDocumentDocbookToWikiInlineMediaObjectHandler::handle() |
Handle a node. |