Query: domimplementation
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DOMIMPLEMENTATION(3) 1 DOMIMPLEMENTATION(3) The DOMImplementation classINTRODUCTIONThe DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.CLASS SYNOPSISDOMImplementation 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)
| Related Man Pages | 
|---|
| simplexmliterator(3) - php | 
| domentity(3) - php | 
| domnode(3) - php | 
| domprocessinginstruction(3) - php | 
| splfileinfo(3) - php | 
| Similar Topics in the Unix Linux Community | 
|---|
| Build issues on HP-UX |