XML_RDDL::XML_RDDL()

XML_RDDL::XML_RDDL() -- Constructor

概要

require_once 'XML/RDDL.php';

object XML_RDDL::XML_RDDL ([string $rddlNamespace = "rddl" [, string $xlinkNamespace = "xlink"]])

説明

Creates a new instance of XML_RDDL that can be used to parse RDDL documents.

When instantiating you may specifiy RDDL and XLINK namespaces. This may change, when XML_Parser supports namespaces and XML_RDDL will be able to extract the correct namespace abbrevations.

パラメータ

注意

この関数は、スタティックにコールする ことはできません。