XSLTProcessor
XSLTProcessor
{
string
getParameter
( string $namespaceURI
, string $localName
)
bool
hasExsltSupport
( void
)
void
registerPHPFunctions
([
mixed $restrict
] )
bool
removeParameter
( string $namespaceURI
, string $localName
)
bool setParameter
( string $namespace
, string $name
, string $value
)
bool setProfiling
( string $filename
)
DOMDocument
transformToDoc
(
DOMNode $doc
)
}