Document: ezcDocumentConverter
[ ]
[ Conversion ]
[ ]
[ ]
[ ]
[ ]
Class: ezcDocumentConverter
|
A base class for document type converters. [
source]
Descendents
| Child Class |
Description |
| ezcDocumentElementVisitorConverter |
Basic converter which stores a list of handlers for each node in the docbook element tree. Those handlers will be executed for the elements, when found.
|
| ezcDocumentXsltConverter |
Base class for conversions between XML documents using XSLT.
|
Member Variables
Method Summary
|
public ezcDocumentConverter |
__construct(
[$options = null] )
Construct new document |
|
public abstract ezcDocument |
convert(
$doc )
Convert documents between two formats |
|
public void |
triggerError(
$level, $message, [$file = null], [$line = null], [$position = null] )
Trigger parser error |
Methods
__construct
Construct new document
Parameters
Redefined in descendants as
convert
Convert documents between two formats
Convert documents of the given type to the requested type.
Parameters
Redefined in descendants as
triggerError
void triggerError(
int
$level, string
$message, [string
$file = null], [int
$line = null], [int
$position = null] )
Trigger parser error
Emit a parser error and handle it dependiing on the current error reporting settings.
Parameters
| Name |
Type |
Description |
$level |
int |
|
$message |
string |
|
$file |
string |
|
$line |
int |
|
$position |
int |
|
Last updated: Tue, 02 Dec 2008