mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix space after links
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@203167 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b6a8684705
commit
8f213e0407
1 changed files with 32 additions and 75 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<!-- Purpose: xml -->
|
||||
<!-- Membership: pecl -->
|
||||
<!-- State: experimental -->
|
||||
|
@ -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
|
||||
<link linkend='ref.sdo'>the section on SDO</link>
|
||||
.
|
||||
<link linkend='ref.sdo'>the section on SDO</link>.
|
||||
</para>
|
||||
<para>
|
||||
The job of the XML DAS is to move data between the
|
||||
|
@ -53,8 +52,8 @@
|
|||
&reftitle.install;
|
||||
<para>
|
||||
The XML Data Access Service is packaged and installed as part of the
|
||||
<link linkend='ref.sdo'>SDO extension.</link> Please Refer
|
||||
<link linkend="sdo.installation">SDO installation instructions.</link>
|
||||
<link linkend='ref.sdo'>SDO extension</link>. Please Refer
|
||||
<link linkend="sdo.installation">SDO installation instructions</link>.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
@ -252,8 +251,8 @@
|
|||
and the letter instance is in the file
|
||||
<filename>letter.xml</filename>.
|
||||
These two files are reproduced here:
|
||||
</para>
|
||||
<para>
|
||||
</para>
|
||||
<para>
|
||||
<programlisting role="xml">
|
||||
<![CDATA[
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
|
@ -271,7 +270,7 @@
|
|||
]]>
|
||||
</programlisting>
|
||||
</para>
|
||||
|
||||
|
||||
<para>
|
||||
<programlisting role="xml">
|
||||
<![CDATA[
|
||||
|
@ -375,9 +374,7 @@ try {
|
|||
In this example it is then saved to an XML string.
|
||||
Furthermore, because the letter contains both structured and
|
||||
unstructured content, it uses
|
||||
<link linkend="sdo.sample.sequence">
|
||||
the Sequence API
|
||||
</link>
|
||||
<link linkend="sdo.sample.sequence">the Sequence API</link>
|
||||
as well assignments to properties to construct the data graph.
|
||||
</para>
|
||||
<programlisting role="php" id="sdo-das-xml.examples.create">
|
||||
|
@ -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.
|
||||
</para>
|
||||
<section id='sdo-das-xml.class.SDO_DAS_XML.methods'> &reftitle.methods;
|
||||
<section id='sdo-das-xml.class.SDO_DAS_XML.methods'>
|
||||
&reftitle.methods;
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
|
@ -510,60 +508,46 @@ XML Version : 1.0
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend='function.SDO-DAS-XML-createDataObject'>
|
||||
createDataObject
|
||||
</link>
|
||||
<link linkend='function.SDO-DAS-XML-createDataObject'>createDataObject</link>
|
||||
Can be used to construct the DataObject of a given type.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend='function.SDO-DAS-XML-loadFromFile'>
|
||||
loadFromFile
|
||||
</link>
|
||||
<link linkend='function.SDO-DAS-XML-loadFromFile'>loadFromFile</link>
|
||||
Loads the xml instance document from a file.
|
||||
This file can be at local file system or it can be on a remote host.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend='function.SDO-DAS-XML-loadFromString'>
|
||||
loadFromString
|
||||
</link>
|
||||
<link linkend='function.SDO-DAS-XML-loadFromString'>loadFromString</link>
|
||||
same as the above method.
|
||||
Loads the xml instance which is available as string.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend='function.SDO-DAS-XML-saveDataObjectToFile'>
|
||||
saveDataObjectToFile
|
||||
</link>
|
||||
<link linkend='function.SDO-DAS-XML-saveDataObjectToFile'>saveDataObjectToFile</link>
|
||||
save SDO_DataObject to a file.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend='function.SDO-DAS-XML-saveDataObjectToString'>
|
||||
saveDataObjectToString
|
||||
</link>
|
||||
save SDO_DataObject to a xml file.
|
||||
<link linkend='function.SDO-DAS-XML-saveDataObjectToString'>saveDataObjectToString</link>
|
||||
save SDO_DataObject to a string.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend='function.SDO-DAS-XML-saveDocumentToFile'>
|
||||
saveDocumentToFile
|
||||
</link>
|
||||
<link linkend='function.SDO-DAS-XML-saveDocumentToFile'>saveDocumentToFile</link>
|
||||
save SDO_DAS_XML_Document object as a xml file.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend='function.SDO-DAS-XML-saveDocumentToString'>
|
||||
saveDocumentToString
|
||||
</link>
|
||||
<link linkend='function.SDO-DAS-XML-saveDocumentToString'>saveDocumentToString</link>
|
||||
save SDO_DAS_XML_Document object as a xml string.
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -586,104 +570,80 @@ XML Version : 1.0
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend='function.SDO-DAS-XML-Document-getEncoding'>
|
||||
getEncoding
|
||||
</link>
|
||||
<link linkend='function.SDO-DAS-XML-Document-getEncoding'>getEncoding</link>
|
||||
gets the encoding string.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend='function.SDO-DAS-XML-Document-getNoNamespaceSchemaLocation'>
|
||||
getNoNamespaceSchemaLocation
|
||||
</link>
|
||||
<link linkend='function.SDO-DAS-XML-Document-getNoNamespaceSchemaLocation'>getNoNamespaceSchemaLocation</link>
|
||||
gets the no namespace schema location.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend='function.SDO-DAS-XML-Document-getRootDataObject'>
|
||||
getRootDataObject
|
||||
</link>
|
||||
<link linkend='function.SDO-DAS-XML-Document-getRootDataObject'>getRootDataObject</link>
|
||||
gets the root DataObject.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend='function.SDO-DAS-XML-Document-getRootElementName'>
|
||||
getRootElementName
|
||||
</link>
|
||||
<link linkend='function.SDO-DAS-XML-Document-getRootElementName'>getRootElementName</link>
|
||||
gets the root DataObject's name.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend='function.SDO-DAS-XML-Document-getRootElementURI'>
|
||||
getRootElementURI
|
||||
</link>
|
||||
<link linkend='function.SDO-DAS-XML-Document-getRootElementURI'>getRootElementURI</link>
|
||||
gets the root DataObject's URI.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend='function.SDO-DAS-XML-Document-getSchemaLocation'>
|
||||
getSchemaLocation
|
||||
</link>
|
||||
<link linkend='function.SDO-DAS-XML-Document-getSchemaLocation'>getSchemaLocation</link>
|
||||
gets schema location.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend='function.SDO-DAS-XML-Document-getXMLDeclaration'>
|
||||
getXMLDeclaration
|
||||
</link>
|
||||
<link linkend='function.SDO-DAS-XML-Document-getXMLDeclaration'>getXMLDeclaration</link>
|
||||
gets whether xml declaration is set ot not.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend='function.SDO-DAS-XML-Document-getXMLVersion'>
|
||||
getXMLVersion
|
||||
</link>
|
||||
<link linkend='function.SDO-DAS-XML-Document-getXMLVersion'>getXMLVersion</link>
|
||||
gets the xml version.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend='function.SDO-DAS-XML-Document-setEncoding'>
|
||||
setEncoding
|
||||
</link>
|
||||
<link linkend='function.SDO-DAS-XML-Document-setEncoding'>setEncoding</link>
|
||||
sets the encoding string with the given value.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend='function.SDO-DAS-XML-Document-setNoNamespaceSchemaLocation'>
|
||||
setNoNamespaceSchemaLocation
|
||||
</link>
|
||||
<link linkend='function.SDO-DAS-XML-Document-setNoNamespaceSchemaLocation'>setNoNamespaceSchemaLocation</link>
|
||||
sets the no namespace schema location with the given value.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend='function.SDO-DAS-XML-Document-setSchemaLocation'>
|
||||
setSchemaLocation
|
||||
</link>
|
||||
<link linkend='function.SDO-DAS-XML-Document-setSchemaLocation'>setSchemaLocation</link>
|
||||
sets the schema location with the given value.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend='function.SDO-DAS-XML-Document-setXMLDeclaration'>
|
||||
setXMLDeclaraion
|
||||
</link>
|
||||
<link linkend='function.SDO-DAS-XML-Document-setXMLDeclaration'>setXMLDeclaraion</link>
|
||||
to set/unset the xml declaration.
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -692,9 +652,7 @@ XML Version : 1.0
|
|||
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend='function.SDO-DAS-XML-Document-setXMLVersion'>
|
||||
setXMLVersion
|
||||
</link>
|
||||
<link linkend='function.SDO-DAS-XML-Document-setXMLVersion'>setXMLVersion</link>
|
||||
sets the xml version with the given value.
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -708,8 +666,7 @@ XML Version : 1.0
|
|||
</title>
|
||||
<para>
|
||||
Is a subclass of
|
||||
<classname>SDO_Exception</classname>
|
||||
.
|
||||
<classname>SDO_Exception</classname>.
|
||||
Thrown for any parser errors while loading the xsd/xml file.
|
||||
</para>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue