The XSLTProcessor class
Introduction
Description of the class.
Class synopsis
XSLTProcessor
{
/* Methods */
bool
hasExsltSupport
( void
)
void importStylesheet
( object $stylesheet
)
bool
removeParameter
( string $namespaceURI
, string $localName
)
bool setParameter
( string $namespace
, string $name
, string $value
)
bool setProfiling
( string $filename
)
}Table of Contents
- XSLTProcessor::__construct - Creates a new XSLTProcessor object
- XSLTProcessor::getParameter - Get value of a parameter
- XSLTProcessor::hasExsltSupport - Determine if PHP has EXSLT support
- XSLTProcessor::importStylesheet - Import stylesheet
- XSLTProcessor::registerPHPFunctions - Enables the ability to use PHP functions as XSLT functions
- XSLTProcessor::removeParameter - Remove parameter
- XSLTProcessor::setParameter - Set value for a parameter
- XSLTProcessor::setProfiling - Sets profiling output file
- XSLTProcessor::transformToDoc - Transform to a DOMDocument
- XSLTProcessor::transformToUri - Transform to URI
- XSLTProcessor::transformToXML - Transform to XML




