SDO_DAS_XML::create

(no version information, might be only in CVS)

SDO_DAS_XML::create --  To create SDO_DAS_XML object for a given schema file.

說明

SDO_DAS_XML SDO_DAS_XML::create ( string xsd_file )

警示

本函數是實驗性的。本函數的行為,內含函數名稱以及其它任何關於本函數的文件可能會在沒有知會的情況下隨 PHP 以後的發佈而改變。使用本函數風險自擔。

This is the only static method of SDO_DAS_XML class. Used to instantiate SDO_DAS_XML object.

參數

xsd_file

Path to XSD Schema file.

返回值

Returns SDO_DAS_XML object on success otherwise throws an exception as described below.

異常

SDO_TypeNotFoundException

Thrown if a type is not defined in the underlying model.

SDO_DAS_XML_ParserException

Thrown for any symantical problems while parsing the given XSD File.