Inheritance diagram for xslt_base:
Definition at line 259 of file xslt.class.php.
Public Member Functions | |
xslt_base ($xml, $xsl, $param=array()) | |
Construct the transformation tool. | |
transform () | |
[abstract method] Do the transformation | |
result () | |
Return the transformation result. | |
Public Attributes | |
$xml | |
XML file. | |
$xsl | |
stylesheet | |
$param | |
parameters | |
$result | |
transformation's result |
|
Construct the transformation tool.
Definition at line 277 of file xslt.class.php. |
|
Return the transformation result.
Definition at line 297 of file xslt.class.php. |
|
[abstract method] Do the transformation
Reimplemented in Sablotron, Domxml, and Xsltproc. Definition at line 287 of file xslt.class.php. |
|
parameters
Definition at line 266 of file xslt.class.php. Referenced by xslt_base(). |
|
transformation's result
Definition at line 268 of file xslt.class.php. |
|
XML file.
Definition at line 262 of file xslt.class.php. Referenced by xslt_base(). |
|
stylesheet
Definition at line 264 of file xslt.class.php. Referenced by xslt_base(). |