From 35196eefd74606110a6ef075eedf77a9920c0b53 Mon Sep 17 00:00:00 2001 From: Anantoju Veera Srinivas Date: Mon, 25 Jul 2005 10:33:19 +0000 Subject: [PATCH] Changes in the class name git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@191427 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sdo_das_xml/reference.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/sdo_das_xml/reference.xml b/reference/sdo_das_xml/reference.xml index ac48e0ace1..a7a51dacae 100644 --- a/reference/sdo_das_xml/reference.xml +++ b/reference/sdo_das_xml/reference.xml @@ -1,5 +1,5 @@ - + SDO XML Data Access Service Functions @@ -259,12 +259,12 @@ The following example shows how to create a SDO_DAS_XML Object and use it to load an instance document. - The SDO_XML_DAS object can be created by passing the xsd file + The SDO_DAS_XML object can be created by passing the xsd file to the SDO_DAS_XML::create method, which is a static method of SDO_DAS_XML Class. This schema file(XSD Document) can be either file available on the local file system or it can be an URL. - Once we have created the SDO_XML_DAS Object, + Once we have created the SDO_DAS_XML Object, we can use the same to load the instance document using loadFromFile method. loadFromString method can be used if want load xml instance document @@ -299,7 +299,7 @@ try { Working with the SDO_DAS_XML Class - The above example shown, how to use the SDO_XML_DAS object to load an + The above example shown, how to use the SDO_DAS_XML object to load an existing instance document and change the DataObject(property values) and write the changes back to file system. This example shows, how to create the DataObjects dynamically and @@ -433,7 +433,7 @@ try { create This is the only static method available in SDO_DAS_XML class. - Used to construct SDO_XML_DAS object. + Used to construct SDO_DAS_XML object.