کلاس XSLTProcessor
Introduction
توضیح کلاس.
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 — ساخت یک شی جدید XSLTProcessor
- XSLTProcessor::getParameter — دریافت مقدار پارامتر
- XSLTProcessor::hasExsltSupport — تعیین پشتیبانی PHP از EXSLT
- XSLTProcessor::importStylesheet — دریافت stylesheet
- XSLTProcessor::registerPHPFunctions — فعالسازی توانایی استفاده از توابع PHP به عنوان توابع XSLT
- XSLTProcessor::removeParameter — حذف پارامتر
- XSLTProcessor::setParameter — تعیین مقدار برای پارامتر
- XSLTProcessor::setProfiling — Sets profiling output file
- XSLTProcessor::transformToDoc — تبدیل به DOMDocument
- XSLTProcessor::transformToUri — تبدیل به URI
- XSLTProcessor::transformToXML — تبدیل به XML
There are no user contributed notes for this page.
