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

search for in the

SDO_DAS_XML::saveFile> <SDO_DAS_XML::loadFile
Last updated: Fri, 29 Aug 2008

view this page in

SDO_DAS_XML::loadString

(No version information available, might be only in CVS)

SDO_DAS_XML::loadString Retourne un SDO_DAS_XML_Document pour une chaîne de caractères d'instance xml donnée

Description

SDO_DAS_XML_Document SDO_DAS_XML::loadString ( string $xml_string )

Construit un arbre de SDO_DataObjects à partir d'une chaîne de caractères d'instance xml donnée. Retourne un Objet SDO_DAS_XML_Document. Utilisez la méthode SDO_DAS_XML_Document::getRootDataObject pour récupérer l'objet de données racine.

Liste de paramètres

xml_string

Chaînes de caractères xml.

Valeurs de retour

Retourne un objet SDO_DAS_XML_Document en cas de réussite ou émet une exception comme définie ci-dessous.

Erreurs / Exceptions

SDO_TypeNotFoundException

Émis si un type n'est pas défini dans le modèle sous-jacent.

SDO_PropertyNotFoundException

Émis si une propriété dans un type n'est pas défini dans le modèle sous-jacent.

SDO_DAS_XML_ParserException

Émis pour n'importe quels problèmes lors de l'analyse du fichier XSD donné.



add a note add a note User Contributed Notes
SDO_DAS_XML::loadString
There are no user contributed notes for this page.

SDO_DAS_XML::saveFile> <SDO_DAS_XML::loadFile
Last updated: Fri, 29 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites