Zeta Components - high quality PHP components

Zeta Components Manual :: Docs For Class ezcDocumentDocbookToEzXmlMappingHandler

Document::ezcDocumentDocbookToEzXmlMappingHandler

Class ezcDocumentDocbookToEzXmlMappingHandler

Simple mapping handler

Special visitor for elements which just need trivial mapping of element tag names. It ignores all attributes of the input element and just converts the tag name.

Source for this file: /Document/src/converters/element_visitor/docbook/ezxml/mapper.php

ezcDocumentElementVisitorHandler
   |
   --ezcDocumentDocbookToEzXmlMappingHandler
Version:   //autogen//

Member Variables

protected array $mapping = array(
'literal' => 'literal',
'listitem' => 'li',
'row' => 'tr',
)

Mapping of element names.

Element tag name mapping for elements, which just require trivial mapping used by the visitWithMapper() method.

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.
Documentation generated by phpDocumentor 1.4.3