The XSLTProcessor class

Introduction

Class synopsis

XSLTProcessor
/* Methods */
public stringfalse getParameter(string $namespace, string $name)
public int getSecurityPrefs()
public bool hasExsltSupport()
public bool importStylesheet(object $stylesheet)
public void registerPHPFunctions(arraystringnull $functions = null)
public bool removeParameter(string $namespace, string $name)
public bool setParameter(string $namespace, string $name, string $value)
public bool setParameter(string $namespace, array $options)
public true setProfiling(stringnull $filename)
public int setSecurityPrefs(int $preferences)
public objectfalse transformToDoc(object $document, stringnull $returnClass = null)
public int transformToUri(object $document, string $uri)
public stringnullfalse transformToXml(object $document)
Table of Contents