diff --git a/reference/sdo_das_xml/reference.xml b/reference/sdo_das_xml/reference.xml
index 45a0fa58f2..f7f7431447 100644
--- a/reference/sdo_das_xml/reference.xml
+++ b/reference/sdo_das_xml/reference.xml
@@ -1,5 +1,5 @@
-
+
@@ -21,8 +21,7 @@
the data graph, the data object, XPath and property expressions,
and so on.
If you are not familiar with these ideas, you might want to look first at
- the section on SDO
- .
+ the section on SDO.
The job of the XML DAS is to move data between the
@@ -53,8 +52,8 @@
&reftitle.install;
The XML Data Access Service is packaged and installed as part of the
- SDO extension. Please Refer
- SDO installation instructions.
+ SDO extension. Please Refer
+ SDO installation instructions.
@@ -252,8 +251,8 @@
and the letter instance is in the file
letter.xml.
These two files are reproduced here:
-
-
+
+
-
+
- the Sequence API
-
+ the Sequence API
as well assignments to properties to construct the data graph.
@@ -499,7 +496,8 @@ XML Version : 1.0
it also has a method called createDataObject
which can be used to create an empty DataObject of a given type.
- &reftitle.methods;
+
+ &reftitle.methods;
@@ -510,60 +508,46 @@ XML Version : 1.0
-
- createDataObject
-
+ createDataObject
Can be used to construct the DataObject of a given type.
-
- loadFromFile
-
+ loadFromFile
Loads the xml instance document from a file.
This file can be at local file system or it can be on a remote host.
-
- loadFromString
-
+ loadFromString
same as the above method.
Loads the xml instance which is available as string.
-
- saveDataObjectToFile
-
+ saveDataObjectToFile
save SDO_DataObject to a file.
-
- saveDataObjectToString
-
- save SDO_DataObject to a xml file.
+ saveDataObjectToString
+ save SDO_DataObject to a string.
-
- saveDocumentToFile
-
+ saveDocumentToFile
save SDO_DAS_XML_Document object as a xml file.
-
- saveDocumentToString
-
+ saveDocumentToString
save SDO_DAS_XML_Document object as a xml string.
@@ -586,104 +570,80 @@ XML Version : 1.0
-
- getEncoding
-
+ getEncoding
gets the encoding string.
-
- getNoNamespaceSchemaLocation
-
+ getNoNamespaceSchemaLocation
gets the no namespace schema location.
-
- getRootDataObject
-
+ getRootDataObject
gets the root DataObject.
-
- getRootElementName
-
+ getRootElementName
gets the root DataObject's name.
-
- getRootElementURI
-
+ getRootElementURI
gets the root DataObject's URI.
-
- getSchemaLocation
-
+ getSchemaLocation
gets schema location.
-
- getXMLDeclaration
-
+ getXMLDeclaration
gets whether xml declaration is set ot not.
-
- getXMLVersion
-
+ getXMLVersion
gets the xml version.
-
- setEncoding
-
+ setEncoding
sets the encoding string with the given value.
-
- setNoNamespaceSchemaLocation
-
+ setNoNamespaceSchemaLocation
sets the no namespace schema location with the given value.
-
- setSchemaLocation
-
+ setSchemaLocation
sets the schema location with the given value.
-
- setXMLDeclaraion
-
+ setXMLDeclaraion
to set/unset the xml declaration.
@@ -692,9 +652,7 @@ XML Version : 1.0
-
- setXMLVersion
-
+ setXMLVersion
sets the xml version with the given value.
@@ -708,8 +666,7 @@ XML Version : 1.0
Is a subclass of
- SDO_Exception
- .
+ SDO_Exception.
Thrown for any parser errors while loading the xsd/xml file.