Visitor for RST literal text roles.
Source for this file: /Document/src/document/rst/role/literal.php
ezcDocumentRstTextRole | --ezcDocumentRstLiteralTextRole
Version: | //autogen// |
From ezcDocumentRstTextRole | |
---|---|
protected |
ezcDocumentRstTextRole::$ast
|
protected |
ezcDocumentRstTextRole::$node
|
protected |
ezcDocumentRstTextRole::$path
|
protected |
ezcDocumentRstTextRole::$visitor
|
public void |
toDocbook(
$document
, $root
)
Transform text role to docbook. |
public void |
toXhtml(
$document
, $root
)
Transform text role to HTML. |
From ezcDocumentRstTextRole | |
---|---|
public void |
ezcDocumentRstTextRole::__construct()
Construct text role from AST and node |
protected void |
ezcDocumentRstTextRole::appendText()
Append text from interpreted text node to given DOMElement |
public void |
ezcDocumentRstTextRole::setSourceVisitor()
Set the calling vaisitor |
public abstract void |
ezcDocumentRstTextRole::toDocbook()
Transform text role to docbook |
Transform text role to docbook.
Create a docbook XML structure at the text roles position in the document.
Name | Type | Description |
---|---|---|
$document |
DOMDocument | |
$root |
DOMElement |
Method | Description |
---|---|
ezcDocumentRstTextRole::toDocbook() |
Transform text role to docbook |
Transform text role to HTML.
Create a XHTML structure at the text roles position in the document.
Name | Type | Description |
---|---|---|
$document |
DOMDocument | |
$root |
DOMElement |
Method | Description |
---|---|
ezcDocumentRstXhtmlTextRole::toXhtml() |
Transform text role to HTML |