«
XSLTProcessor::__construct »
PHP Manual
XSL
XSLTProcessor sınıfı
XSLTProcessor sınıfı
(PHP 5, PHP 7)
Sınıf Sözdizimi
XSLTProcessor
{
/* Yöntemler */
getParameter
(
string
$isimalanı
,
string
$isim
) :
string
public
getSecurityPrefs
(
void
) :
int
hasExsltSupport
(
void
) :
bool
importStylesheet
(
object
$biçembent
) :
void
registerPHPFunctions
([
mixed
$sınırla
] ) :
void
removeParameter
(
string
$isimalanı
,
string
$isim
) :
bool
setParameter
(
string
$isimalanı
,
string
$isim
,
string
$değer
) :
bool
setProfiling
(
string
$dosya
) :
bool
public
setSecurityPrefs
(
int
$securityPrefs
) :
int
transformToDoc
(
DOMNode
$belge
) :
DOMDocument
transformToURI
(
DOMDocument
$belge
,
string
$dosya
) :
int
transformToXML
(
DOMDocument
$belge
) :
string
}
İçindekiler
XSLTProcessor::__construct
— Yeni bir XSLTProcessor nesnesi oluşturur
XSLTProcessor::getParameter
— Bir değiştirgenin değerini döndürür
XSLTProcessor::getSecurityPrefs
— Get security preferences
XSLTProcessor::hasExsltSupport
— PHP, EXSLT desteğine sahip mi diye bakar
XSLTProcessor::importStylesheet
— Biçembent ithal eder
XSLTProcessor::registerPHPFunctions
— XSLT işlevleri olarak PHP işlevlerinin kullanılması yeteneğini etkin kılar
XSLTProcessor::removeParameter
— Değiştirge siler
XSLTProcessor::setParameter
— Bir değiştirgeye bir değer atar
XSLTProcessor::setProfiling
— Profil çıktı dosyasını belirler
XSLTProcessor::setSecurityPrefs
— Set security preferences
XSLTProcessor::transformToDoc
— Dönüşüm sonucunu bir DOMDocument olarak döndürür
XSLTProcessor::transformToUri
— Dönüşüm sonucunu bir dosyaya yazar
XSLTProcessor::transformToXML
— Dönüşümü bir dizge olarak döndürür