Clase XSLTProcessor
Introducción
Descripción de la clase.
Clases sinopsis
XSLTProcessor
{
/* Métodos */
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 — Crea un nuevo objeto XSLTProcessor
- XSLTProcessor::getParameter — Obtiene el valor de un parámetro
- XSLTProcessor::hasExsltSupport — Determina si PHP tiene soporte para EXSLT
- XSLTProcessor::importStylesheet — Importa una hoja de estilos
- XSLTProcessor::registerPHPFunctions — Activa la capacidad de usar funciones PHP como funciones XSLT
- XSLTProcessor::removeParameter — Elimina un parámetro
- XSLTProcessor::setParameter — Establece el valor para uno o varios parámetros
- XSLTProcessor::setProfiling — Establece el fichero de salida para la información resultado del proceso
- XSLTProcessor::transformToDoc — Transforma en un DOMDocument
- XSLTProcessor::transformToUri — Transformar a URI
- XSLTProcessor::transformToXML — Transforma a XML
There are no user contributed notes for this page.
