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

search for in the

SDO_DAS_XML::saveFile> <SDO_DAS_XML::loadFile
[edit] Last updated: Wed, 19 Jun 2013

view this page in

SDO_DAS_XML::loadString

(^)

SDO_DAS_XML::loadString Devuelve un SDO_DAS_XML_Document para una cadena de instancia xml dada

Descripción

SDO_DAS_XML_Document SDO_DAS_XML::loadString ( string $xml_string )

Cunstruye el árbol of SDO_DataObjects desde la cadena de instancia xml dada. Devuelve un objeto SDO_DAS_XML_Document. Use el método SDO_DAS_XML_Document::getRootDataObject para obtener el objeto de datos raíz.

Parámetros

xml_string

xml string.

Valores devueltos

Devuelve un SDO_DAS_XML_Document en caso de éxito o lanza una excepción como se describe abajo.

Errores/Excepciones

SDO_TypeNotFoundException

Lanzada si un tipo no está definido en el modelo subyacente.

SDO_PropertyNotFoundException

Lanzada si una propiedad dentro de un tipo no está definida en el modelo subyacente.

SDO_DAS_XML_ParserException

Lanzada por cualquier problema al analizar el fichero XSD dado.



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

 
show source | credits | sitemap | contact | advertising | mirror sites