The DOMImplementation class

Introduction

The DOMImplementation class provides a number of methods for performing operations that are independent of any particular instance of the document object model.

Class synopsis

DOMImplementation
/* Methods */
public DOMDocument createDocument(stringnull $namespace = null, string $qualifiedName = "", DOMDocumentTypenull $doctype = null)
public DOMDocumentTypefalse createDocumentType(string $qualifiedName, string $publicId = "", string $systemId = "")
public bool hasFeature(string $feature, string $version)
Table of Contents