| ILIAS
    release_5-2 Revision v5.2.25-18-g3f80b828510
    | 
Decorator/extender XSLT processor specifically for HTML documents. More...
 Collaboration diagram for ConfigDoc_HTMLXSLTProcessor:
 Collaboration diagram for ConfigDoc_HTMLXSLTProcessor:| Public Member Functions | |
| __construct ($proc=false) | |
| importStylesheet ($xsl) | |
| transformToHTML ($xml) | |
| Transforms an XML file into compatible XHTML based on the stylesheet.  More... | |
| setParameters ($options) | |
| Bulk sets parameters for the XSL stylesheet.  More... | |
| __call ($name, $arguments) | |
| Forward any other calls to the XSLT processor.  More... | |
| Protected Attributes | |
| $xsltProcessor | |
| Instance of XSLTProcessor.  More... | |
Decorator/extender XSLT processor specifically for HTML documents.
Definition at line 6 of file HTMLXSLTProcessor.php.
| ConfigDoc_HTMLXSLTProcessor::__construct | ( | $proc = false | ) | 
Definition at line 14 of file HTMLXSLTProcessor.php.
| ConfigDoc_HTMLXSLTProcessor::__call | ( | $name, | |
| $arguments | |||
| ) | 
Forward any other calls to the XSLT processor.
Definition at line 84 of file HTMLXSLTProcessor.php.
| ConfigDoc_HTMLXSLTProcessor::importStylesheet | ( | $xsl | ) | 
Definition at line 23 of file HTMLXSLTProcessor.php.
| ConfigDoc_HTMLXSLTProcessor::setParameters | ( | $options | ) | 
Bulk sets parameters for the XSL stylesheet.
| array | $options | Associative array of options to set | 
Definition at line 74 of file HTMLXSLTProcessor.php.
References $options.
| ConfigDoc_HTMLXSLTProcessor::transformToHTML | ( | $xml | ) | 
Transforms an XML file into compatible XHTML based on the stylesheet.
| $xml | XML DOM tree, or string filename | 
Definition at line 39 of file HTMLXSLTProcessor.php.
| 
 | protected | 
Instance of XSLTProcessor.
Definition at line 12 of file HTMLXSLTProcessor.php.