A classe XSLTProcessor

Introdução

Descrição da classe.

Sinopse da classe

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

Índice