XSLTProcessor クラス

(PHP 5, PHP 7)

はじめに

クラス概要

XSLTProcessor {
/* メソッド */
getParameter ( string $namespaceURI , string $localName ) : string
public XsltProcessor::getSecurityPrefs ( void ) : int
hasExsltSupport ( void ) : bool
public importStylesheet ( object $stylesheet ) : bool
registerPHPFunctions ([ mixed $restrict ] ) : void
removeParameter ( string $namespaceURI , string $localName ) : bool
setParameter ( string $namespace , string $name , string $value ) : bool
setProfiling ( string $filename ) : bool
public XsltProcessor::setSecurityPrefs ( int $securityPrefs ) : int
transformToURI ( DOMDocument $doc , string $uri ) : int
transformToXML ( object $doc ) : string
}

目次