|
HTMLPurifier 4.4.0
|
Decorator/extender XSLT processor specifically for HTML documents. More...
Public Member Functions | |
| __construct ($proc=false) | |
| importStylesheet ($xsl) | |
| transformToHTML ($xml) | |
| Transforms an XML file into compatible XHTML based on the stylesheet. | |
| setParameters ($options) | |
| Bulk sets parameters for the XSL stylesheet. | |
| __call ($name, $arguments) | |
| Forward any other calls to the XSLT processor. | |
Protected Attributes | |
| $xsltProcessor | |
| Instance of XSLTProcessor. | |
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 80 of file HTMLXSLTProcessor.php.
| ConfigDoc_HTMLXSLTProcessor::importStylesheet | ( | $ | xsl | ) |
Definition at line 22 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 71 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 37 of file HTMLXSLTProcessor.php.
References $config.
ConfigDoc_HTMLXSLTProcessor::$xsltProcessor [protected] |
Instance of XSLTProcessor.
Definition at line 12 of file HTMLXSLTProcessor.php.