downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the SVN repository for this website on svn.php.net.

Source of: /manual/en/class.domimplementation.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = 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 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'class.domimplementation.php',
   
1 => 'DOMImplementation',
  ),
 
'up' =>
  array (
   
0 => 'book.dom.php',
   
1 => 'Document Object Model',
  ),
 
'prev' =>
  array (
   
0 => 'class.domexception.php',
   
1 => 'DOMException',
  ),
 
'next' =>
  array (
   
0 => 'domimplementation.construct.php',
   
1 => 'DOMImplementation::__construct',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div>
 <h1 class="title">The DOMImplementation class</h1>
 
 
 <div class="partintro">
 

  <div id="domimplementation.intro" class="section">
   <h2 class="title">Introduction</h2>
   <p class="para">
    The <b class="classname">DOMImplementation</b> interface provides a number
    of methods for performing operations that are independent of any
    particular instance of the document object model.
   </p>
  </div>

 
  <div id="domimplementation.synopsis" class="section">
   <h2 class="title">Class synopsis</h2>
 

   <div class="classsynopsis">
    <div class="ooclass"><b class="classname">DOMImplementation</b></div>
 

    <div class="classsynopsisinfo">
     <span class="ooclass">
      <b class="classname">DOMImplementation</b>
     </span>
    
     {</div>

 
    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Properties */</div>


 
    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Methods */</div>
    <div class="methodsynopsis dc-description">
     <span class="methodname"><b>__construct</b></span>
     ( <span class="methodparam">void</span>
    )</div>
<div class="methodsynopsis dc-description">
   <span class="type">DOMDocument</span> <span class="methodname"><a href="domimplementation.createdocument.php" class="function">createDocument</a></span>
    ([ <span class="methodparam"><span class="type">string</span> <tt class="parameter">$namespaceURI</tt><span class="initializer"> = NULL</span></span>
   [, <span class="methodparam"><span class="type">string</span> <tt class="parameter">$qualifiedName</tt><span class="initializer"> = NULL</span></span>
   [, <span class="methodparam"><span class="type"><a href="class.domdocumenttype.php" class="type DOMDocumentType">DOMDocumentType</a></span> <tt class="parameter">$doctype</tt><span class="initializer"> = NULL</span></span>
  ]]] )</div>
<div class="methodsynopsis dc-description">
   <span class="type">DOMDocumentType</span> <span class="methodname"><a href="domimplementation.createdocumenttype.php" class="function">createDocumentType</a></span>
    ([ <span class="methodparam"><span class="type">string</span> <tt class="parameter">$qualifiedName</tt><span class="initializer"> = NULL</span></span>
   [, <span class="methodparam"><span class="type">string</span> <tt class="parameter">$publicId</tt><span class="initializer"> = NULL</span></span>
   [, <span class="methodparam"><span class="type">string</span> <tt class="parameter">$systemId</tt><span class="initializer"> = NULL</span></span>
  ]]] )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="domimplementation.hasfeature.php" class="function">hasFeature</a></span>
    ( <span class="methodparam"><span class="type">string</span> <tt class="parameter">$feature</tt></span>
   , <span class="methodparam"><span class="type">string</span> <tt class="parameter">$version</tt></span>
   )</div>

 
   }</div>

 
  </div>
 



 



 
 </div>
 
 
























 
<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="domimplementation.construct.php">DOMImplementation::__construct</a> — Creates a new DOMImplementation object</li><li><a href="domimplementation.createdocument.php">DOMImplementation::createDocument</a> — Creates a DOMDocument object of the specified type with its document element</li><li><a href="domimplementation.createdocumenttype.php">DOMImplementation::createDocumentType</a> — Creates an empty DOMDocumentType object</li><li><a href="domimplementation.hasfeature.php">DOMImplementation::hasFeature</a> — Test if the DOM implementation implements a specific feature</li></ul>
</div>
<?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites