|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Decorator/extender XSLT processor specifically for HTML documents. More...
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.
References $name.
| 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.
| 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.