gcc Fri Jun 8 11:04:51 2007 UTC
Modified files: /phpdoc/en/reference/sdo_das_xml/functions SDO-DAS-XML-saveFile.xml SDO-DAS-XML-addTypes.xml SDO-DAS-XML-createDocument.xml SDO-DAS-XML-loadString.xml SDO-DAS-XML-Document-getRootElementURI.xml SDO-DAS-XML-Document-setXMLDeclaration.xml SDO-DAS-XML-Document-setXMLVersion.xml SDO-DAS-XML-Document-getRootDataObject.xml SDO-DAS-XML-saveString.xml SDO-DAS-XML-Document-getRootElementName.xml SDO-DAS-XML-createDataObject.xml SDO-DAS-XML-Document-setEncoding.xml SDO-DAS-XML-loadFile.xml SDO-DAS-XML-create.xml Log: Removed 'Experimental' label from XML DAS.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-saveFile.xml?r1=1.3&r2=1.4&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.3 phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-saveFile.xml:1.4 --- phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-saveFile.xml:1.3 Wed Sep 6 20:40:41 2006 +++ phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-saveFile.xml Fri Jun 8 11:04:50 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. --> <refentry id="function.SDO-DAS-XML-saveFile"> <refnamediv> @@ -17,7 +17,6 @@ <methodparam choice="opt"><type>int</type><parameter>indent</parameter></methodparam> </methodsynopsis> - &warn.experimental.func; <para> Saves the SDO_DAS_XML_Document object to a file. </para> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-addTypes.xml?r1=1.3&r2=1.4&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.3 phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-addTypes.xml:1.4 --- phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-addTypes.xml:1.3 Wed Sep 6 20:40:41 2006 +++ phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-addTypes.xml Fri Jun 8 11:04:50 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. --> <refentry id="function.SDO-DAS-XML-addTypes"> <refnamediv> @@ -15,7 +15,6 @@ <methodparam><type>string</type><parameter>xsd_file</parameter></methodparam> </methodsynopsis> - &warn.experimental.func; <para> Load a second or subsequent schema file to an XML DAS that has already been created with the static method <function>create</function>. http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-createDocument.xml?r1=1.5&r2=1.6&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.5 phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-createDocument.xml:1.6 --- phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-createDocument.xml:1.5 Wed Sep 6 20:40:41 2006 +++ phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-createDocument.xml Fri Jun 8 11:04:50 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. --> <refentry id="function.SDO-DAS-XML-createDocument"> <refnamediv> @@ -20,7 +20,6 @@ <methodparam><type>string</type><parameter>document_element_name</parameter></methodparam> </methodsynopsis> - &warn.experimental.func; <para> Creates an XML Document object. This will contain just one empty root element on which none of the properties will have been set. http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-loadString.xml?r1=1.2&r2=1.3&diff_format=u Index: phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-loadString.xml diff -u phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-loadString.xml:1.2 phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-loadString.xml:1.3 --- phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-loadString.xml:1.2 Wed Sep 6 20:40:41 2006 +++ phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-loadString.xml Fri Jun 8 11:04:50 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. --> <refentry id="function.SDO-DAS-XML-loadString"> <refnamediv> @@ -15,7 +15,6 @@ <methodparam><type>string</type><parameter>xml_string</parameter></methodparam> </methodsynopsis> - &warn.experimental.func; <para> Constructs the tree of SDO_DataObjects from the given xml instance string. Returns SDO_DAS_XML_Document Object. http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getRootElementURI.xml?r1=1.4&r2=1.5&diff_format=u Index: phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getRootElementURI.xml diff -u phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getRootElementURI.xml:1.4 phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getRootElementURI.xml:1.5 --- phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getRootElementURI.xml:1.4 Wed Sep 6 20:40:41 2006 +++ phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getRootElementURI.xml Fri Jun 8 11:04:50 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. --> <refentry id="function.SDO-DAS-XML-Document-getRootElementURI"> <refnamediv> @@ -15,7 +15,6 @@ <void/> </methodsynopsis> - &warn.experimental.func; <para> Returns root element's URI string. </para> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-setXMLDeclaration.xml?r1=1.6&r2=1.7&diff_format=u Index: phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-setXMLDeclaration.xml diff -u phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-setXMLDeclaration.xml:1.6 phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-setXMLDeclaration.xml:1.7 --- phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-setXMLDeclaration.xml:1.6 Wed Sep 6 20:40:41 2006 +++ phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-setXMLDeclaration.xml Fri Jun 8 11:04:50 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. --> <refentry id="function.SDO-DAS-XML-Document-setXMLDeclaration"> <refnamediv> @@ -15,7 +15,6 @@ <methodparam><type>bool</type><parameter>xmlDeclatation</parameter></methodparam> </methodsynopsis> - &warn.experimental.func; <para> Controls whether an XML declaration will be generated at the start of the XML document. Set to <varname>true</varname> to generate the XML declaration, http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-setXMLVersion.xml?r1=1.4&r2=1.5&diff_format=u Index: phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-setXMLVersion.xml diff -u phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-setXMLVersion.xml:1.4 phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-setXMLVersion.xml:1.5 --- phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-setXMLVersion.xml:1.4 Wed Sep 6 20:40:41 2006 +++ phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-setXMLVersion.xml Fri Jun 8 11:04:50 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. --> <refentry id="function.SDO-DAS-XML-Document-setXMLVersion"> <refnamediv> @@ -15,7 +15,6 @@ <methodparam><type>string</type><parameter>xmlVersion</parameter></methodparam> </methodsynopsis> - &warn.experimental.func; <para> Sets the given string as xml version. </para> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getRootDataObject.xml?r1=1.3&r2=1.4&diff_format=u Index: phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getRootDataObject.xml diff -u phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getRootDataObject.xml:1.3 phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getRootDataObject.xml:1.4 --- phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getRootDataObject.xml:1.3 Wed Sep 6 20:40:41 2006 +++ phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getRootDataObject.xml Fri Jun 8 11:04:50 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. --> <refentry id="function.SDO-DAS-XML-Document-getRootDataObject"> <refnamediv> @@ -15,7 +15,6 @@ <void/> </methodsynopsis> - &warn.experimental.func; <para> Returns the root SDO_DataObject. </para> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-saveString.xml?r1=1.3&r2=1.4&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.3 phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-saveString.xml:1.4 --- phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-saveString.xml:1.3 Wed Sep 6 20:40:41 2006 +++ phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-saveString.xml Fri Jun 8 11:04:50 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. --> <refentry id="function.SDO-DAS-XML-saveString"> <refnamediv> @@ -16,7 +16,6 @@ <methodparam choice="opt"><type>int</type><parameter>indent</parameter></methodparam> </methodsynopsis> - &warn.experimental.func; <para> Saves the SDO_DAS_XML_Document object to string. </para> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getRootElementName.xml?r1=1.4&r2=1.5&diff_format=u Index: phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getRootElementName.xml diff -u phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getRootElementName.xml:1.4 phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getRootElementName.xml:1.5 --- phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getRootElementName.xml:1.4 Wed Sep 6 20:40:41 2006 +++ phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getRootElementName.xml Fri Jun 8 11:04:50 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. --> <refentry id="function.SDO-DAS-XML-Document-getRootElementName"> <refnamediv> @@ -15,7 +15,6 @@ <void/> </methodsynopsis> - &warn.experimental.func; <para> Returns root element's name. </para> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-createDataObject.xml?r1=1.5&r2=1.6&diff_format=u Index: phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-createDataObject.xml diff -u phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-createDataObject.xml:1.5 phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-createDataObject.xml:1.6 --- phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-createDataObject.xml:1.5 Wed Sep 6 20:40:41 2006 +++ phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-createDataObject.xml Fri Jun 8 11:04:50 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. --> <refentry id="function.SDO-DAS-XML-createDataObject"> <refnamediv> @@ -16,7 +16,6 @@ <methodparam><type>string</type><parameter>type_name</parameter></methodparam> </methodsynopsis> - &warn.experimental.func; <para> Creates SDO_DataObject for a given namespace URI and type name. The type should be defined in the underlying model http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-setEncoding.xml?r1=1.4&r2=1.5&diff_format=u Index: phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-setEncoding.xml diff -u phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-setEncoding.xml:1.4 phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-setEncoding.xml:1.5 --- phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-setEncoding.xml:1.4 Wed Sep 6 20:40:41 2006 +++ phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-setEncoding.xml Fri Jun 8 11:04:50 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. --> <refentry id="function.SDO-DAS-XML-Document-setEncoding"> <refnamediv> @@ -15,7 +15,6 @@ <methodparam><type>string</type><parameter>encoding</parameter></methodparam> </methodsynopsis> - &warn.experimental.func; <para> Sets the given string as encoding. </para> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-loadFile.xml?r1=1.2&r2=1.3&diff_format=u Index: phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-loadFile.xml diff -u phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-loadFile.xml:1.2 phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-loadFile.xml:1.3 --- phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-loadFile.xml:1.2 Wed Sep 6 20:40:41 2006 +++ phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-loadFile.xml Fri Jun 8 11:04:50 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. --> <refentry id="function.SDO-DAS-XML-loadFile"> <refnamediv> @@ -15,7 +15,6 @@ <methodparam><type>string</type><parameter>xml_file</parameter></methodparam> </methodsynopsis> - &warn.experimental.func; <para> Constructs the tree of SDO_DataObjects from the given address to xml instance document. http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-create.xml?r1=1.6&r2=1.7&diff_format=u Index: phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-create.xml diff -u phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-create.xml:1.6 phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-create.xml:1.7 --- phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-create.xml:1.6 Wed Sep 6 20:40:41 2006 +++ phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-create.xml Fri Jun 8 11:04:50 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. --> <refentry id="function.SDO-DAS-XML-create"> <refnamediv> @@ -15,7 +15,6 @@ <methodparam choice="opt"><type>string</type><parameter>xsd_file</parameter></methodparam> </methodsynopsis> - &warn.experimental.func; <para> This is the only static method of SDO_DAS_XML class. Used to instantiate SDO_DAS_XML object.