Changes in the class name

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@191427 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Anantoju Veera Srinivas 2005-07-25 10:33:19 +00:00
parent c286789edd
commit 35196eefd7

View file

@ -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. -->
<reference id="ref.sdo-das-xml">
<title>SDO XML Data Access Service Functions</title>
@ -259,12 +259,12 @@
<para>
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 {
<example>
<title>Working with the SDO_DAS_XML Class</title>
<para>
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 {
<para>
<link linkend='function.SDO-DAS-XML-create'>create</link>
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.
</para>
</listitem>
<listitem>