didou Sat Jun 18 14:02:35 2005 EDT
Modified files:
/phpdoc/en/reference/domxml/functions DomDocumentType-entities.xml
DomDocumentType-internal-subset.xml
DomDocumentType-name.xml
DomDocumentType-notations.xml
DomDocumentType-public-id.xml
DomDocumentType-system-id.xml
Log:
Switch to new docs style
document php5 migration
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocumentType-entities.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/domxml/functions/DomDocumentType-entities.xml
diff -u phpdoc/en/reference/domxml/functions/DomDocumentType-entities.xml:1.5
phpdoc/en/reference/domxml/functions/DomDocumentType-entities.xml:1.6
--- phpdoc/en/reference/domxml/functions/DomDocumentType-entities.xml:1.5
Sat Jun 18 13:46:00 2005
+++ phpdoc/en/reference/domxml/functions/DomDocumentType-entities.xml Sat Jun
18 14:02:33 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id='function.domdocumenttype-entities'>
<refnamediv>
<refname>DomDocumentType->entities</refname>
@@ -7,16 +7,26 @@
Returns list of entities
</refpurpose>
</refnamediv>
- <refsect1>
+ <refsect1 role="description">
&reftitle.description;
- <methodsynopsis>
- <type>array</type><methodname>DomDocumentType->entities</methodname>
- <void/>
- </methodsynopsis>
+ <classsynopsis>
+ <ooclass><classname>DomDocumentType</classname></ooclass>
+ <methodsynopsis>
+ <type>array</type><methodname>entities</methodname>
+ <void/>
+ </methodsynopsis>
+ </classsynopsis>
<para>
&warn.undocumented.func;
</para>
</refsect1>
+ <refsect1 role="migration">
+ <title>Migrating to PHP 5</title>
+ <para>
+ Use the <property>entities</property> property of the
+ <classname>DOMDocumentType</classname> object.
+ </para>
+ </refsect1>
</refentry>
<!-- Keep this comment at the end of the file
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocumentType-internal-subset.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/domxml/functions/DomDocumentType-internal-subset.xml
diff -u
phpdoc/en/reference/domxml/functions/DomDocumentType-internal-subset.xml:1.5
phpdoc/en/reference/domxml/functions/DomDocumentType-internal-subset.xml:1.6
---
phpdoc/en/reference/domxml/functions/DomDocumentType-internal-subset.xml:1.5
Sat Jun 18 13:46:00 2005
+++ phpdoc/en/reference/domxml/functions/DomDocumentType-internal-subset.xml
Sat Jun 18 14:02:33 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id='function.domdocumenttype-internal-subset'>
<refnamediv>
<refname>DomDocumentType->internal_subset</refname>
@@ -7,16 +7,26 @@
Returns internal subset
</refpurpose>
</refnamediv>
- <refsect1>
+ <refsect1 role="description">
&reftitle.description;
- <methodsynopsis>
- <type>bool</type><methodname>DomDocumentType->internal_subset</methodname>
- <void/>
- </methodsynopsis>
+ <classsynopsis>
+ <ooclass><classname>DomDocumentType</classname></ooclass>
+ <methodsynopsis>
+ <type>bool</type><methodname>internal_subset</methodname>
+ <void/>
+ </methodsynopsis>
+ </classsynopsis>
<para>
&warn.undocumented.func;
</para>
</refsect1>
+ <refsect1 role="migration">
+ <title>Migrating to PHP 5</title>
+ <para>
+ Use the <property>internalSubset</property> property of the
+ <classname>DOMDocumentType</classname> object.
+ </para>
+ </refsect1>
</refentry>
<!-- Keep this comment at the end of the file
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocumentType-name.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/domxml/functions/DomDocumentType-name.xml
diff -u phpdoc/en/reference/domxml/functions/DomDocumentType-name.xml:1.6
phpdoc/en/reference/domxml/functions/DomDocumentType-name.xml:1.7
--- phpdoc/en/reference/domxml/functions/DomDocumentType-name.xml:1.6 Sat Jun
18 13:46:00 2005
+++ phpdoc/en/reference/domxml/functions/DomDocumentType-name.xml Sat Jun
18 14:02:33 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id='function.domdocumenttype-name'>
<refnamediv>
<refname>DomDocumentType->name</refname>
@@ -7,15 +7,28 @@
Returns name of document type
</refpurpose>
</refnamediv>
- <refsect1>
+ <refsect1 role="description">
&reftitle.description;
- <methodsynopsis>
- <type>string</type><methodname>DomDocumentType->name</methodname>
- <void/>
- </methodsynopsis>
+ <classsynopsis>
+ <ooclass><classname>DomDocumentType</classname></ooclass>
+ <methodsynopsis>
+ <type>string</type><methodname>name</methodname>
+ <void/>
+ </methodsynopsis>
+ </classsynopsis>
<para>
This function returns the name of the document type.
</para>
+ </refsect1>
+ <refsect1 role="returnvalues">
+ &reftitle.returnvalues;
+ <para>
+ Returns the name of the <classname>DomDocumentType</classname>, as a
+ string.
+ </para>
+ </refsect1>
+ <refsect1 role="examples">
+ &reftitle.examples;
<para>
<example>
<title>Getting the document type's name</title>
@@ -39,6 +52,13 @@
</example>
</para>
</refsect1>
+ <refsect1 role="migration">
+ <title>Migrating to PHP 5</title>
+ <para>
+ Use the <property>name</property> property of the
+ <classname>DOMDocumentType</classname> object.
+ </para>
+ </refsect1>
</refentry>
<!-- Keep this comment at the end of the file
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocumentType-notations.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/domxml/functions/DomDocumentType-notations.xml
diff -u phpdoc/en/reference/domxml/functions/DomDocumentType-notations.xml:1.5
phpdoc/en/reference/domxml/functions/DomDocumentType-notations.xml:1.6
--- phpdoc/en/reference/domxml/functions/DomDocumentType-notations.xml:1.5
Sat Jun 18 13:46:00 2005
+++ phpdoc/en/reference/domxml/functions/DomDocumentType-notations.xml Sat Jun
18 14:02:33 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id='function.domdocumenttype-notations'>
<refnamediv>
<refname>DomDocumentType->notations</refname>
@@ -7,16 +7,26 @@
Returns list of notations
</refpurpose>
</refnamediv>
- <refsect1>
+ <refsect1 role="description">
&reftitle.description;
- <methodsynopsis>
- <type>array</type><methodname>DomDocumentType->notations</methodname>
- <void/>
- </methodsynopsis>
+ <classsynopsis>
+ <ooclass><classname>DomDocumentType</classname></ooclass>
+ <methodsynopsis>
+ <type>array</type><methodname>notations</methodname>
+ <void/>
+ </methodsynopsis>
+ </classsynopsis>
<para>
&warn.undocumented.func;
</para>
</refsect1>
+ <refsect1 role="migration">
+ <title>Migrating to PHP 5</title>
+ <para>
+ Use the <property>notations</property> property of the
+ <classname>DOMDocumentType</classname> object.
+ </para>
+ </refsect1>
</refentry>
<!-- Keep this comment at the end of the file
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocumentType-public-id.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/domxml/functions/DomDocumentType-public-id.xml
diff -u phpdoc/en/reference/domxml/functions/DomDocumentType-public-id.xml:1.6
phpdoc/en/reference/domxml/functions/DomDocumentType-public-id.xml:1.7
--- phpdoc/en/reference/domxml/functions/DomDocumentType-public-id.xml:1.6
Sat Jun 18 13:46:00 2005
+++ phpdoc/en/reference/domxml/functions/DomDocumentType-public-id.xml Sat Jun
18 14:02:33 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id='function.domdocumenttype-public-id'>
<refnamediv>
<refname>DomDocumentType->public_id</refname>
@@ -7,15 +7,28 @@
Returns public id of document type
</refpurpose>
</refnamediv>
- <refsect1>
+ <refsect1 role="description">
&reftitle.description;
- <methodsynopsis>
- <type>string</type><methodname>DomDocumentType->public_id</methodname>
- <void/>
- </methodsynopsis>
+ <classsynopsis>
+ <ooclass><classname>DomDocumentType</classname></ooclass>
+ <methodsynopsis>
+ <type>string</type><methodname>public_id</methodname>
+ <void/>
+ </methodsynopsis>
+ </classsynopsis>
<para>
This function returns the public id of the document type.
</para>
+ </refsect1>
+ <refsect1 role="returnvalues">
+ &reftitle.returnvalues;
+ <para>
+ Returns the public id of the <classname>DomDocumentType</classname>, as a
+ string.
+ </para>
+ </refsect1>
+ <refsect1 role="examples">
+ &reftitle.examples;
<para>
The following example echos nothing.
<example>
@@ -38,6 +51,13 @@
</example>
</para>
</refsect1>
+ <refsect1 role="migration">
+ <title>Migrating to PHP 5</title>
+ <para>
+ Use the <property>publicId</property> property of the
+ <classname>DOMDocumentType</classname> object.
+ </para>
+ </refsect1>
</refentry>
<!-- Keep this comment at the end of the file
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocumentType-system-id.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/domxml/functions/DomDocumentType-system-id.xml
diff -u phpdoc/en/reference/domxml/functions/DomDocumentType-system-id.xml:1.7
phpdoc/en/reference/domxml/functions/DomDocumentType-system-id.xml:1.8
--- phpdoc/en/reference/domxml/functions/DomDocumentType-system-id.xml:1.7
Sat Jun 18 13:46:00 2005
+++ phpdoc/en/reference/domxml/functions/DomDocumentType-system-id.xml Sat Jun
18 14:02:33 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id='function.domdocumenttype-system-id'>
<refnamediv>
<refname>DomDocumentType->system_id</refname>
@@ -7,15 +7,28 @@
Returns the system id of document type
</refpurpose>
</refnamediv>
- <refsect1>
+ <refsect1 role="description">
&reftitle.description;
- <methodsynopsis>
- <type>string</type><methodname>DomDocumentType->system_id</methodname>
- <void/>
- </methodsynopsis>
+ <classsynopsis>
+ <ooclass><classname>DomDocumentType</classname></ooclass>
+ <methodsynopsis>
+ <type>string</type><methodname>system_id</methodname>
+ <void/>
+ </methodsynopsis>
+ </classsynopsis>
<para>
Returns the system id of the document type.
</para>
+ </refsect1>
+ <refsect1 role="returnvalues">
+ &reftitle.returnvalues;
+ <para>
+ Returns the system id of the <classname>DomDocumentType</classname>, as a
+ string.
+ </para>
+ </refsect1>
+ <refsect1 role="examples">
+ &reftitle.examples;
<para>
<example>
<title>Retrieving the system id</title>
@@ -43,6 +56,13 @@
</example>
</para>
</refsect1>
+ <refsect1 role="migration">
+ <title>Migrating to PHP 5</title>
+ <para>
+ Use the <property>systemId</property> property of the
+ <classname>DOMDocumentType</classname> object.
+ </para>
+ </refsect1>
</refentry>
<!-- Keep this comment at the end of the file