vrana Tue Feb 21 16:23:49 2006 UTC
Modified files:
/phpdoc/en/reference/sdo_das_xml/functions SDO-DAS-XML-addTypes.xml
SDO-DAS-XML-createDocument.xml
SDO-DAS-XML-saveFile.xml
SDO-DAS-XML-saveString.xml
Log:
Fix protos
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-addTypes.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-addTypes.xml
diff -u phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-addTypes.xml:1.1
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-addTypes.xml:1.2
--- phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-addTypes.xml:1.1
Tue Feb 21 16:13:49 2006
+++ phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-addTypes.xml Tue Feb
21 16:23:49 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc.
-->
<refentry id="function.SDO-DAS-XML-addTypes">
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>SDO_DAS_XML</type><methodname>SDO_DAS_XML::addTypes</methodname>
+ <type>void</type><methodname>SDO_DAS_XML::addTypes</methodname>
<methodparam><type>string</type><parameter>xsd_file</parameter></methodparam>
</methodsynopsis>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-createDocument.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-createDocument.xml
diff -u
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-createDocument.xml:1.1
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-createDocument.xml:1.2
---
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-createDocument.xml:1.1
Tue Feb 21 16:13:49 2006
+++ phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-createDocument.xml
Tue Feb 21 16:23:49 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc.
-->
<refentry id="function.SDO-DAS-XML-createDocument">
<refnamediv>
@@ -10,21 +10,10 @@
</refnamediv>
<refsect1 role="description">
&reftitle.description;
- <para>
- There are three forms for this method call.
- </para>
- <methodsynopsis>
-
<type>SDO_DAS_XML_Document</type><methodname>SDO_DAS_XML::createDocument</methodname>
- <void/>
- </methodsynopsis>
- <methodsynopsis>
-
<type>SDO_DAS_XML_Document</type><methodname>SDO_DAS_XML::createDocument</methodname>
- <methodparam><type>string</type><parameter>document element
name</parameter></methodparam>
- </methodsynopsis>
<methodsynopsis>
<type>SDO_DAS_XML_Document</type><methodname>SDO_DAS_XML::createDocument</methodname>
- <methodparam><type>string</type><parameter>document element
name</parameter></methodparam>
- <methodparam><type>string</type><parameter>document element namespace
URI</parameter></methodparam>
+ <methodparam
choice="opt"><type>string</type><parameter>document_element_name</parameter></methodparam>
+ <methodparam
choice="opt"><type>string</type><parameter>document_element_namespace_URI</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
@@ -57,7 +46,7 @@
<variablelist>
<varlistentry>
<term>
- <parameter>document element name</parameter>
+ <parameter>document_element_name</parameter>
</term>
<listitem>
<para>
@@ -68,7 +57,7 @@
</varlistentry>
<varlistentry>
<term>
- <parameter>document element namespace URI</parameter>
+ <parameter>document_element_namespace_URI</parameter>
</term>
<listitem>
<para>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-saveFile.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-saveFile.xml
diff -u phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-saveFile.xml:1.1
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-saveFile.xml:1.2
--- phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-saveFile.xml:1.1
Tue Feb 21 16:13:49 2006
+++ phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-saveFile.xml Tue Feb
21 16:23:49 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc.
-->
<refentry id="function.SDO-DAS-XML-saveFile">
<refnamediv>
@@ -14,7 +14,7 @@
<type>void</type><methodname>SDO_DAS_XML::saveFile</methodname>
<methodparam><type>SDO_XMLDocument</type><parameter>xdoc</parameter></methodparam>
<methodparam><type>string</type><parameter>xml_file</parameter></methodparam>
- <methodparam
choice="opt"><type>integer</type><parameter>indent</parameter></methodparam>
+ <methodparam
choice="opt"><type>int</type><parameter>indent</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-saveString.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-saveString.xml
diff -u
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-saveString.xml:1.1
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-saveString.xml:1.2
--- phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-saveString.xml:1.1
Tue Feb 21 16:13:49 2006
+++ phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-saveString.xml
Tue Feb 21 16:23:49 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc.
-->
<refentry id="function.SDO-DAS-XML-saveString">
<refnamediv>
@@ -13,7 +13,7 @@
<methodsynopsis>
<type>string</type><methodname>SDO_DAS_XML::saveString</methodname>
<methodparam><type>SDO_XMLDocument</type><parameter>xdoc</parameter></methodparam>
- <methodparam
choice="opt"><type>integer</type><parameter>indent</parameter></methodparam>
+ <methodparam
choice="opt"><type>int</type><parameter>indent</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;