Zeta Components Manual :: Docs For Class ezcDocumentRstXhtmlBodyVisitor
Document::ezcDocumentRstXhtmlBodyVisitor
Class ezcDocumentRstXhtmlBodyVisitor
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// |
Inherited Constants
| From ezcDocumentRstVisitor: | |
|---|---|
ezcDocumentRstVisitor::DUBLICATE
|
Duplicate reference target. Will throw an error on use. |
ezcDocumentRstVisitor::UNUSED
|
Unused reference target |
ezcDocumentRstVisitor::USED
|
Used reference target |
Inherited Member Variables
Method Summary
| public mixed |
visit(
$ast
)
Docarate RST AST |
| protected void |
visitFieldListItem(
$root
, $node
)
Visit field list item |
| protected void |
visitSection(
$root
, $node
)
Visit section node |
Inherited Methods
Methods
visit
mixed
visit(
$ast
)
Docarate RST AST
Visit the RST abstract syntax tree.
Parameters:
| Name | Type | Description |
|---|---|---|
$ast |
ezcDocumentRstDocumentNode |
Redefinition of:
| Method | Description |
|---|---|
ezcDocumentRstXhtmlVisitor::visit() |
Docarate RST AST |
visitFieldListItem
void
visitFieldListItem(
$root
, ezcDocumentRstNode
$node
)
Visit field list item
Parameters:
| Name | Type | Description |
|---|---|---|
$root |
DOMNode | |
$node |
ezcDocumentRstNode |
Redefinition of:
| Method | Description |
|---|---|
ezcDocumentRstXhtmlVisitor::visitFieldListItem() |
Visit field list item |
visitSection
void
visitSection(
$root
, ezcDocumentRstNode
$node
)
Visit section node
Parameters:
| Name | Type | Description |
|---|---|---|
$root |
DOMNode | |
$node |
ezcDocumentRstNode |
Redefinition of:
| Method | Description |
|---|---|
ezcDocumentRstXhtmlVisitor::visitSection() |
Visit section node |
Documentation generated by phpDocumentor 1.4.3