The XSLTProcessor class

(PHP 5, PHP 7, PHP 8)

Introduction

Class synopsis

classXSLTProcessor {
publicgetParameter(string$namespace, string$name): string|false
publicimportStylesheet(object$stylesheet): bool
publicremoveParameter(string$namespace, string$name): bool
publicsetParameter(string$namespace, string$name, string$value): bool
publicsetParameter(string$namespace, array$options): bool
publicsetProfiling(?string$filename): true
publicsetSecurityPrefs(int$preferences): int
publictransformToDoc(object$document, ?string$returnClass = null): object|false
publictransformToUri(object$document, string$uri): int
}

Table of Contents

To Top