downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the SVN repository for this website on svn.php.net.

Source of: /manual/en/book.sdo-das-xml.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/refs.xml.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'book.sdo-das-xml.php',
   
1 => 'SDO DAS XML',
  ),
 
'up' =>
  array (
   
0 => 'refs.xml.php',
   
1 => 'XML Manipulation',
  ),
 
'prev' =>
  array (
   
0 => 'function.sdo-das-relational-executequery.php',
   
1 => 'SDO_DAS_Relational::executeQuery',
  ),
 
'next' =>
  array (
   
0 => 'intro.sdo-das-xml.php',
   
1 => 'Introduction',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div>
 <h1 class="title">SDO XML Data Access Service</h1>
 
 
 
 
 
 
 







 







 







 







<ul class="chunklist chunklist_book"><li><a href="intro.sdo-das-xml.php">Introduction</a></li><li><a href="sdo-das-xml.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="sdo-das-xml.requirements.php">Requirements</a></li><li><a href="sdo-das-xml.installation.php">Installation</a></li><li><a href="sdo-das-xml.configuration.php">Runtime Configuration</a></li><li><a href="sdo-das-xml.resources.php">Resource Types</a></li></ul></li><li><a href="sdo-das-xml.constants.php">Predefined Constants</a></li><li><a href="sdo-das-xml.examples.php">Examples</a></li><li><a href="ref.sdo-das-xml.php">SDO DAS XML Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.sdo-das-xml-document-getrootdataobject.php">SDO_DAS_XML_Document::getRootDataObject</a> — Returns the root SDO_DataObject</li><li><a href="function.sdo-das-xml-document-getrootelementname.php">SDO_DAS_XML_Document::getRootElementName</a> — Returns root element's name</li><li><a href="function.sdo-das-xml-document-getrootelementuri.php">SDO_DAS_XML_Document::getRootElementURI</a> — Returns root element's URI string</li><li><a href="function.sdo-das-xml-document-setencoding.php">SDO_DAS_XML_Document::setEncoding</a> — Sets the given string as encoding</li><li><a href="function.sdo-das-xml-document-setxmldeclaration.php">SDO_DAS_XML_Document::setXMLDeclaration</a> — Sets the xml declaration</li><li><a href="function.sdo-das-xml-document-setxmlversion.php">SDO_DAS_XML_Document::setXMLVersion</a> — Sets the given string as xml version</li><li><a href="function.sdo-das-xml-addtypes.php">SDO_DAS_XML::addTypes</a> — To load a second or subsequent schema file to a SDO_DAS_XML object</li><li><a href="function.sdo-das-xml-create.php">SDO_DAS_XML::create</a> — To create SDO_DAS_XML object for a given schema file</li><li><a href="function.sdo-das-xml-createdataobject.php">SDO_DAS_XML::createDataObject</a> — Creates SDO_DataObject for a given namespace URI and type name</li><li><a href="function.sdo-das-xml-createdocument.php">SDO_DAS_XML::createDocument</a> — Creates an XML Document object from scratch, without the need to load a document from a file or string.</li><li><a href="function.sdo-das-xml-loadfile.php">SDO_DAS_XML::loadFile</a> — Returns SDO_DAS_XML_Document object for a given path to xml instance document</li><li><a href="function.sdo-das-xml-loadstring.php">SDO_DAS_XML::loadString</a> — Returns SDO_DAS_XML_Document for a given xml instance string</li><li><a href="function.sdo-das-xml-savefile.php">SDO_DAS_XML::saveFile</a> — Saves the SDO_DAS_XML_Document object to a file</li><li><a href="function.sdo-das-xml-savestring.php">SDO_DAS_XML::saveString</a> — Saves the SDO_DAS_XML_Document object to a string</li></ul></li></ul></div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites