Path

ez components / documentation / api reference / 2009.2 / document


eZ Components 2009.2

Document: ezcDocumentEzXmlToDocbookListHandler

[ Tutorial ] [ Conversion ] [ Styles ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcDocumentEzXmlToDocbookListHandler

Visit eZXml lists. [source]
Lists are children of paragraphs in eZXml, but are part of the section nodes in docbook. The containing paragraph needs to be split up and the list node moved to the top level node.

Parents

ezcDocumentElementVisitorHandler
   |
   --ezcDocumentEzXmlToDocbookListHandler

Method Summary

public mixed handle( $converter, $node, $root )
Handle a node.

Inherited Methods

From ezcDocumentElementVisitorHandler :
public abstract mixed ezcDocumentElementVisitorHandler::handle()
Handle a node.

Methods

handle

mixed handle( ezcDocumentElementVisitorConverter $converter, $node, mixed $root )
Handle a node.
Handle / transform a given node, and return the result of the conversion.

Parameters

Name Type Description
$converter ezcDocumentElementVisitorConverter  
$node DOMElement  
$root mixed  

Redefinition of

Method Description
ezcDocumentElementVisitorHandler::handle() Handle a node.

Last updated: Mon, 21 Dec 2009