DOMIMPLEMENTATION(3) 1 DOMIMPLEMENTATION(3)
The DOMImplementation class
INTRODUCTION
The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of
the document object model.
CLASS SYNOPSIS
DOMImplementation
DOMImplementation
Properties
Methods
o
DOMImplementation::__construct (void )
o public DOMDocument DOMImplementation::createDocument NULL NULL NULL ([string $namespaceURI], [string $qualifiedName], [DOMDocumentType
$doctype])
o public DOMDocumentType DOMImplementation::createDocumentType NULL NULL NULL ([string $qualifiedName], [string $publicId], [string
$systemId])
o public bool DOMImplementation::hasFeature (string $feature, string $version)
PHP Documentation Group DOMIMPLEMENTATION(3)