Document: ezcDocumentDocbookToRstHeadHandler
[ ]
[ Conversion ] [ Styles ]
[ ]
[ ]
[ ]
[ ]
Class: ezcDocumentDocbookToRstHeadHandler
|
Visit docbook sectioninfo elements [
source]
The sectioninfo elements contain metadata about the document or sections, which are transformed into the respective metadata in the HTML header.
Parents
ezcDocumentElementVisitorHandler
|
--ezcDocumentDocbookToRstBaseHandler
|
--ezcDocumentDocbookToRstHeadHandler
Member Variables
|
protected array |
$headerMapping
= array( 'authors' => 'Authors', 'abstract' => 'Description', 'copyright' => 'Copyright', 'releaseinfo' => 'Version', 'pubdate' => 'Date', 'date' => 'Date', 'author' => 'Author', 'publisher' => 'Author', )
Element name mapping for meta information in the docbook document to HTML meta element names. |
Method Summary
|
public mixed |
handle(
$converter, $node, $root )
Handle a node |
Inherited Methods
From
ezcDocumentDocbookToRstBaseHandler :
From
ezcDocumentElementVisitorHandler :
Methods
handle
Handle a node
Handle / transform a given node, and return the result of the conversion.
Parameters
Redefinition of
Last updated: Mon, 29 Jun 2009