HTML visitor for the RST AST, which only produces contents to be embedded somewhere into the body of an existing HTML document.
Source for this file: /Document/src/document/rst/visitor/xhtml_body.php
ezcDocumentRstVisitor | --ezcDocumentRstXhtmlVisitor | --ezcDocumentRstXhtmlBodyVisitor
Version: | //autogen// |
From ezcDocumentRstVisitor: | |
---|---|
ezcDocumentRstVisitor::DUBLICATE
|
Duplicate reference target. Will throw an error on use. |
ezcDocumentRstVisitor::UNUSED
|
Unused reference target |
ezcDocumentRstVisitor::USED
|
Used reference target |
public mixed |
visit(
$ast
)
Docarate RST AST |
protected void |
visitFieldListItem(
$root
, $node
)
Visit field list item |
protected void |
visitSection(
$root
, $node
)
Visit section node |
Docarate RST AST
Visit the RST abstract syntax tree.
Name | Type | Description |
---|---|---|
$ast |
ezcDocumentRstDocumentNode |
Method | Description |
---|---|
ezcDocumentRstXhtmlVisitor::visit() |
Docarate RST AST |
Visit field list item
Name | Type | Description |
---|---|---|
$root |
DOMNode | |
$node |
ezcDocumentRstNode |
Method | Description |
---|---|
ezcDocumentRstXhtmlVisitor::visitFieldListItem() |
Visit field list item |
Visit section node
Name | Type | Description |
---|---|---|
$root |
DOMNode | |
$node |
ezcDocumentRstNode |
Method | Description |
---|---|
ezcDocumentRstXhtmlVisitor::visitSection() |
Visit section node |