XSLTPROCESSOR(3) 1 XSLTPROCESSOR(3)
The XSLTProcessor class
INTRODUCTION
CLASS SYNOPSIS
XSLTProcessor
XSLTProcessor
Methods
o
string XSLTProcessor::getParameter (string $namespaceURI, string $localName)
o public int XsltProcessor::getSecurityPrefs (void )
o
bool XSLTProcessor::hasExsltSupport (void )
o public bool XSLTProcessor::importStylesheet (object $stylesheet)
o
void XSLTProcessor::registerPHPFunctions ([mixed $restrict])
o
bool XSLTProcessor::removeParameter (string $namespaceURI, string $localName)
o
bool XSLTProcessor::setParameter (string $namespace, string $name, string $value)
o
bool XSLTProcessor::setProfiling (string $filename)
o public int XsltProcessor::setSecurityPrefs (int $securityPrefs)
o
DOMDocument XSLTProcessor::transformToDoc (DOMNode $doc)
o
int XSLTProcessor::transformToURI (DOMDocument $doc, string $uri)
o
string XSLTProcessor::transformToXML (object $doc)
PHP Documentation Group XSLTPROCESSOR(3)