<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.dom.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'class.domimplementation.php',
    1 => 'DOMImplementation',
    2 => 'La classe DOMImplementation',
  ),
  'up' => 
  array (
    0 => 'book.dom.php',
    1 => 'DOM',
  ),
  'prev' => 
  array (
    0 => 'class.domexception.php',
    1 => 'DOMException',
  ),
  'next' => 
  array (
    0 => 'domimplementation.construct.php',
    1 => 'DOMImplementation::__construct',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/dom/domimplementation.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/class.domimplementation.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.domimplementation" class="reference">
 <h1 class="title">La classe <span class="classname"><a href="class.domimplementation.php" class="classname">DOMImplementation</a></span></h1>
 

 <div class="partintro"><p class="verinfo">(PHP 5, PHP 7, PHP 8)</p>


  <div class="section" id="domimplementation.intro">
   <h2 class="title">Introduction</h2>
   <p class="simpara" id="domimplementation.intro.brief">
    Cette classe fournit un certain nombre de
    méthodes pour effectuer des opérations qui sont indépendantes
    d&#039;une instance particulière du modèle objet d&#039;un document.
   </p>
  </div>


  <div class="section" id="domimplementation.synopsis">
   <h2 class="title">Synopsis de la classe</h2>


   <div class="classsynopsis"><div class="classsynopsisinfo">
    
     <span class="modifier">class</span> <strong class="classname"><strong class="classname">DOMImplementation</strong></strong>
     {</div>

    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Méthodes */</div>
    <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><a href="domimplementation.createdocument.php" class="methodname">createDocument</a></span>(<span class="methodparam"><span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="language.types.string.php" class="type string">string</a></span></span> <code class="parameter">$namespace</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong></span></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$qualifiedName</code><span class="initializer"> = &quot;&quot;</span></span>, <span class="methodparam"><span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="class.domdocumenttype.php" class="type DOMDocumentType">DOMDocumentType</a></span></span> <code class="parameter">$doctype</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong></span></span>): <span class="type"><a href="class.domdocument.php" class="type DOMDocument">DOMDocument</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="domimplementation.createdocumenttype.php" class="methodname">createDocumentType</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$qualifiedName</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$publicId</code><span class="initializer"> = &quot;&quot;</span></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$systemId</code><span class="initializer"> = &quot;&quot;</span></span>): <span class="type"><span class="type"><a href="class.domdocumenttype.php" class="type DOMDocumentType">DOMDocumentType</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="domimplementation.hasfeature.php" class="methodname">hasFeature</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$feature</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$version</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

   }</div>


  </div>



 </div>

 
























<h2>Sommaire</h2><ul class="chunklist chunklist_reference"><li><a href="domimplementation.construct.php">DOMImplementation::__construct</a> — Cr&eacute;e un nouvel objet DOMImplementation</li><li><a href="domimplementation.createdocument.php">DOMImplementation::createDocument</a> — Cr&eacute;e un objet DOM Document du type sp&eacute;cifi&eacute; avec ses &eacute;l&eacute;ments</li><li><a href="domimplementation.createdocumenttype.php">DOMImplementation::createDocumentType</a> — Cr&eacute;e un objet DOMDocumentType vide</li><li><a href="domimplementation.hasfeature.php">DOMImplementation::hasFeature</a> — Teste si l'impl&eacute;mentation DOM impl&eacute;mente une fonctionnalit&eacute; sp&eacute;cifique</li></ul>
</div>
<?php manual_footer($setup); ?>