didou Mon Apr 4 18:23:22 2005 EDT
Added files:
/phpdoc/en/reference/dom/functions
dom-domimplementation-construct.xml
Modified files:
/phpdoc/en/reference/dom reference.xml
/phpdoc/en/reference/dom/functions
dom-domimplementation-createdocumenttype.xml
dom-domxpath-registernamespace.xml
Log:
Add docs for DOMImplementation(), detailed Attr and Implementation
description, fix screen and case for XPath
http://cvs.php.net/diff.php/phpdoc/en/reference/dom/reference.xml?r1=1.19&r2=1.20&ty=u
Index: phpdoc/en/reference/dom/reference.xml
diff -u phpdoc/en/reference/dom/reference.xml:1.19
phpdoc/en/reference/dom/reference.xml:1.20
--- phpdoc/en/reference/dom/reference.xml:1.19 Wed Mar 23 11:59:22 2005
+++ phpdoc/en/reference/dom/reference.xml Mon Apr 4 18:23:21 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
<reference id="ref.dom">
<title>DOM Functions</title>
<titleabbrev>DOM</titleabbrev>
@@ -42,7 +42,8 @@
<section id='dom.class.domattr'>
<title><classname>DOMAttr</classname></title>
<para>
- Extends <classname>DOMNode</classname>.
+ Extends <classname>DOMNode</classname>. The
<classname>DOMAttr</classname>
+ interface represents an attribute in an
<classname>DOMElement</classname> object.
</para>
<section id='dom.class.domattr.constructor'>
&reftitle.constructor;
@@ -762,6 +763,14 @@
of methods for performing operations that are independent of any
particular instance of the document object model.
</para>
+ <section id='dom.class.domimplementation.constructor'>
+ &reftitle.constructor;
+ <itemizedlist>
+ <listitem>
+ <para><xref linkend='function.dom-domimplementation-construct' /> -
construct a new DOMImplementation object</para>
+ </listitem>
+ </itemizedlist>
+ </section>
<section id='dom.class.domimplementation.methods'>
&reftitle.methods;
<itemizedlist>
@@ -1250,7 +1259,7 @@
<section id="dom.examples">
&reftitle.examples;
<para>
- Many examples in this reference require an XML file. We will use the
+ Many examples in this reference require an XML file. We will use
<filename>book.xml</filename> that contains the following:
</para>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domimplementation-createdocumenttype.xml?r1=1.10&r2=1.11&ty=u
Index:
phpdoc/en/reference/dom/functions/dom-domimplementation-createdocumenttype.xml
diff -u
phpdoc/en/reference/dom/functions/dom-domimplementation-createdocumenttype.xml:1.10
phpdoc/en/reference/dom/functions/dom-domimplementation-createdocumenttype.xml:1.11
---
phpdoc/en/reference/dom/functions/dom-domimplementation-createdocumenttype.xml:1.10
Sat Apr 2 17:46:41 2005
+++
phpdoc/en/reference/dom/functions/dom-domimplementation-createdocumenttype.xml
Mon Apr 4 18:23:22 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<refentry id='function.dom-domimplementation-createdocumenttype'>
<refnamediv>
<refname>DOMImplementation->createDocumentType()</refname>
@@ -97,7 +97,7 @@
]]>
</programlisting>
&example.outputs;
- <screen>
+ <screen role="xml">
<![CDATA[
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE graph SYSTEM "graph.dtd">
http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domxpath-registernamespace.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/dom/functions/dom-domxpath-registernamespace.xml
diff -u
phpdoc/en/reference/dom/functions/dom-domxpath-registernamespace.xml:1.6
phpdoc/en/reference/dom/functions/dom-domxpath-registernamespace.xml:1.7
--- phpdoc/en/reference/dom/functions/dom-domxpath-registernamespace.xml:1.6
Mon Jan 17 03:41:34 2005
+++ phpdoc/en/reference/dom/functions/dom-domxpath-registernamespace.xml
Mon Apr 4 18:23:22 2005
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.dom-domxpath-registernamespace">
<refnamediv>
<refname>DOMXPath->registerNamespace()</refname>
<refpurpose>
- Registers the namespace with the DOMXpath object
+ Registers the namespace with the DOMXPath object
</refpurpose>
</refnamediv>
<refsect1 role="description">
@@ -19,7 +19,7 @@
</classsynopsis>
<para>
Registers the <parameter>namespaceURI</parameter> and
- <parameter>prefix</parameter> with the DOMXpath object.
+ <parameter>prefix</parameter> with the DOMXPath object.
</para>
</refsect1>
<refsect1 role="parameters">
http://cvs.php.net/co.php/phpdoc/en/reference/dom/functions/dom-domimplementation-construct.xml?r=1.1&p=1
Index: phpdoc/en/reference/dom/functions/dom-domimplementation-construct.xml
+++ phpdoc/en/reference/dom/functions/dom-domimplementation-construct.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id='function.dom-domimplementation-construct'>
<refnamediv>
<refname>DOMImplementation->__construct()</refname>
<refpurpose>
Creates a new DOMImplementation object
</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<classsynopsis>
<ooclass><classname>DOMImplementation</classname></ooclass>
<constructorsynopsis>
<methodname>__construct</methodname>
<void/>
</constructorsynopsis>
</classsynopsis>
<para>
Creates a new <classname>DOMImplementation</classname> object.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->