Cheetah
Public Member Functions | Public Attributes | List of all members
ChXslTransform Class Reference

Public Member Functions

 __construct ($xml, $xsl, $mode)
 
 process ()
 
 setHeader ($s)
 
 _genFilename ()
 

Public Attributes

 $_tmp_dir = "/tmp/"
 
 $_mode
 
 $_xml
 
 $_xsl
 
 $_header = 'Content-Type: application/xml; charset=UTF-8'
 

Detailed Description

Definition at line 18 of file ChXslTransform.php.

Constructor & Destructor Documentation

◆ __construct()

ChXslTransform::__construct (   $xml,
  $xsl,
  $mode 
)

contructor

Parameters
$xmlxml for transformation
$xslxsl for transformation
$modexml/xsl transformation mode (BXXSLTRANSFORM_FF|BXXSLTRANSFORM_FS|BXXSLTRANSFORM_SF|BXXSLTRANSFORM_SS)

Definition at line 32 of file ChXslTransform.php.

Member Function Documentation

◆ _genFilename()

ChXslTransform::_genFilename ( )

Definition at line 135 of file ChXslTransform.php.

◆ process()

ChXslTransform::process ( )

Definition at line 39 of file ChXslTransform.php.

◆ setHeader()

ChXslTransform::setHeader (   $s)

Definition at line 128 of file ChXslTransform.php.

Member Data Documentation

◆ $_header

ChXslTransform::$_header = 'Content-Type: application/xml; charset=UTF-8'

Definition at line 24 of file ChXslTransform.php.

◆ $_mode

ChXslTransform::$_mode

Definition at line 21 of file ChXslTransform.php.

◆ $_tmp_dir

ChXslTransform::$_tmp_dir = "/tmp/"

Definition at line 20 of file ChXslTransform.php.

◆ $_xml

ChXslTransform::$_xml

Definition at line 22 of file ChXslTransform.php.

◆ $_xsl

ChXslTransform::$_xsl

Definition at line 23 of file ChXslTransform.php.


The documentation for this class was generated from the following file: