Zeta Components Manual :: Docs For Class ezcDocumentRstFigureDirective
Document::ezcDocumentRstFigureDirective
Class ezcDocumentRstFigureDirective
Visitor for RST image directives
Source for this file: /Document/src/document/rst/directive/figure.php
ezcDocumentRstDirective | --ezcDocumentRstImageDirective | --ezcDocumentRstFigureDirective
Version: | //autogen// |
Inherited Member Variables
From ezcDocumentRstDirective | |
---|---|
protected |
ezcDocumentRstDirective::$ast
|
protected |
ezcDocumentRstDirective::$node
|
protected |
ezcDocumentRstDirective::$path
|
protected |
ezcDocumentRstDirective::$visitor
|
Method Summary
public void |
toDocbook(
$document
, $root
)
Transform directive to docbook |
public void |
toXhtml(
$document
, $root
)
Transform directive to HTML |
Inherited Methods
From ezcDocumentRstImageDirective | |
---|---|
public void |
ezcDocumentRstImageDirective::toDocbook()
Transform directive to docbook |
public void |
ezcDocumentRstImageDirective::toXhtml()
Transform directive to HTML |
protected void |
ezcDocumentRstImageDirective::toXhtmlImage()
Create common img element for media object |
protected void |
ezcDocumentRstImageDirective::toXhtmlObject()
Create iframe for media object |
From ezcDocumentRstDirective | |
public void |
ezcDocumentRstDirective::__construct()
Construct directive from AST and node |
protected DOMDocument |
ezcDocumentRstDirective::parseTokens()
Parse directive token list with RST parser |
public void |
ezcDocumentRstDirective::setSourceVisitor()
Set the calling vaisitor |
public abstract void |
ezcDocumentRstDirective::toDocbook()
Transform directive to docbook |
Methods
toDocbook
void
toDocbook(
$document
,
$root
)
Transform directive to docbook
Create a docbook XML structure at the directives position in the document.
Parameters:
Name | Type | Description |
---|---|---|
$document |
DOMDocument | |
$root |
DOMElement |
Redefinition of:
Method | Description |
---|---|
ezcDocumentRstImageDirective::toDocbook() |
Transform directive to docbook |
toXhtml
void
toXhtml(
$document
,
$root
)
Transform directive to HTML
Create a XHTML structure at the directives position in the document.
Parameters:
Name | Type | Description |
---|---|---|
$document |
DOMDocument | |
$root |
DOMElement |
Redefinition of:
Method | Description |
---|---|
ezcDocumentRstImageDirective::toXhtml() |
Transform directive to HTML |
Documentation generated by phpDocumentor 1.4.3