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
class DOMImplementation
{
__construct
( void
)
DOMDocumentType createDocumentType
([ string $qualifiedName
[, string $publicId
[, string $systemId
]]] )
bool hasFeature
( string $feature
, string $version
)
}
Table of Contents
add a note
User Contributed Notes
The DOMImplementation class
There are no user contributed notes for this page.
|
|