Path

ez components / documentation / api reference / latest / document


eZ Components latest

Document: ezcDocumentEzp3ToEzp4Converter

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

Class: ezcDocumentEzp3ToEzp4Converter

Converter for eZ Publish 3 document to eZ Publish 4 documents. [source]

Parents

ezcDocumentConverter
   |
   --ezcDocumentXsltConverter
      |
      --ezcDocumentEzp3ToEzp4Converter

Inherited Member Variables

From ezcDocumentXsltConverter:
protected  ezcDocumentXsltConverter::$customInlineTags
protected  ezcDocumentXsltConverter::$xslt
protected  ezcDocumentXsltConverter::$xsltProcessor
From ezcDocumentConverter:
protected  ezcDocumentConverter::$options

Method Summary

public ezcDocumentEzp3ToEzp4Converter __construct( [$options = null] )
Construct new document
public ezcDocumentXmlBase convert( $doc )
Convert documents between two formats
public static string getCustomInlineTags( )
Prepare expression for XSLT

Inherited Methods

From ezcDocumentXsltConverter :
public void ezcDocumentXsltConverter::__construct()
Construct converter
public ezcDocumentXmlBase ezcDocumentXsltConverter::convert()
Convert documents between two formats
From ezcDocumentConverter :
public ezcDocumentConverter ezcDocumentConverter::__construct()
Construct new document
public abstract ezcDocument ezcDocumentConverter::convert()
Convert documents between two formats

Methods

__construct

ezcDocumentEzp3ToEzp4Converter __construct( [ezcDocumentEzp3ToEzp4ConverterOptions $options = null] )
Construct new document

Parameters

Name Type Description
$options ezcDocumentEzp3ToEzp4ConverterOptions  

Redefinition of

Method Description
ezcDocumentXsltConverter::__construct() Construct converter

convert

Convert documents between two formats
Convert documents of the given type to the requested type.

Parameters

Name Type Description
$doc ezcDocumentXmlBase  

Redefinition of

Method Description
ezcDocumentXsltConverter::convert() Convert documents between two formats

getCustomInlineTags

string getCustomInlineTags( )
Prepare expression for XSLT
Prepare a or concatenation of name matches as an XPath query for the XSLT stylesheet from the configured custom inline tags.

Last updated: Mon, 13 Oct 2008