| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Inheritance diagram for ilXML2FO:
 Inheritance diagram for ilXML2FO: Collaboration diagram for ilXML2FO:
 Collaboration diagram for ilXML2FO:| Public Member Functions | |
| ilXML2FO () | |
| 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 102 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 call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilXML2FO::getFOString | ( | ) | 
Definition at line 64 of file class.ilXML2FO.php.
References $fo_string.
| ilXML2FO::getXMLString | ( | ) | 
Definition at line 52 of file class.ilXML2FO.php.
References $xml.
Referenced by __init().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilXML2FO::getXSLTLocation | ( | ) | 
Definition at line 60 of file class.ilXML2FO.php.
References $xslt.
Referenced by __init().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilXML2FO::getXSLTParams | ( | ) | 
Definition at line 72 of file class.ilXML2FO.php.
References $xslt_params.
| ilXML2FO::ilXML2FO | ( | ) | 
Definition at line 43 of file class.ilXML2FO.php.
Referenced by ilContentObject2FO\ilContentObject2FO().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilXML2FO::setXMLString | ( | $a_xml | ) | 
Definition at line 48 of file class.ilXML2FO.php.
| ilXML2FO::setXSLTLocation | ( | $xslt_location | ) | 
Definition at line 56 of file class.ilXML2FO.php.
Referenced by ilContentObject2FO\ilContentObject2FO().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilXML2FO::setXSLTParams | ( | $params | ) | 
Definition at line 68 of file class.ilXML2FO.php.
| ilXML2FO::transform | ( | ) | 
Definition at line 76 of file class.ilXML2FO.php.
References $ilLog, __init(), xslt_error(), xslt_free(), and xslt_process().
 Here is the call graph for this function:
 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().