|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for ilXML2FO:
Collaboration diagram for ilXML2FO:Public Member Functions | |
| setXMLString ($a_xml) | |
| getXMLString () | |
| setXSLTLocation ($xslt_location) | |
| getXSLTLocation () | |
| getFOString () | |
| setXSLTParams ($params) | |
| getXSLTParams () | |
| transform () | |
| __init () | |
Data Fields | |
| $xslt = null | |
| $xml = null | |
| $fo_string = null | |
| $xslt_handler = null | |
| $xslt_args = null | |
| $xslt_params = null | |
Definition at line 34 of file class.ilXML2FO.php.
| ilXML2FO::__init | ( | ) |
Definition at line 99 of file class.ilXML2FO.php.
References getXMLString(), getXSLTLocation(), and xslt_create().
Referenced by transform().
Here is the call graph for this function:
Here is the caller graph for this function:| ilXML2FO::getFOString | ( | ) |
| ilXML2FO::getXMLString | ( | ) |
Definition at line 48 of file class.ilXML2FO.php.
References $xml.
Referenced by __init().
Here is the caller graph for this function:| ilXML2FO::getXSLTLocation | ( | ) |
Definition at line 56 of file class.ilXML2FO.php.
References $xslt.
Referenced by __init().
Here is the caller graph for this function:| ilXML2FO::getXSLTParams | ( | ) |
| ilXML2FO::setXMLString | ( | $a_xml | ) |
Definition at line 44 of file class.ilXML2FO.php.
| ilXML2FO::setXSLTLocation | ( | $xslt_location | ) |
Definition at line 52 of file class.ilXML2FO.php.
Referenced by ilContentObject2FO\__construct().
Here is the caller graph for this function:| ilXML2FO::setXSLTParams | ( | $params | ) |
Definition at line 64 of file class.ilXML2FO.php.
References $params.
| ilXML2FO::transform | ( | ) |
Definition at line 72 of file class.ilXML2FO.php.
References $ilLog, __init(), xslt_error(), and xslt_free().
Here is the call graph for this function:| ilXML2FO::$fo_string = null |
Definition at line 38 of file class.ilXML2FO.php.
Referenced by getFOString().
| ilXML2FO::$xml = null |
Definition at line 37 of file class.ilXML2FO.php.
Referenced by getXMLString().
| ilXML2FO::$xslt = null |
Definition at line 36 of file class.ilXML2FO.php.
Referenced by getXSLTLocation().
| ilXML2FO::$xslt_args = null |
Definition at line 41 of file class.ilXML2FO.php.
| ilXML2FO::$xslt_handler = null |
Definition at line 40 of file class.ilXML2FO.php.
| ilXML2FO::$xslt_params = null |
Definition at line 42 of file class.ilXML2FO.php.
Referenced by getXSLTParams().