previousExample (Previous) (Next) XML_RDDL::parseRDDLnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

XML_RDDL::XML_RDDL

XML_RDDL::XML_RDDL() – Constructor

Synopsis

require_once 'XML/RDDL.php';

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

Description

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.

Parameter

  • string $rddlNamespace - abbrevation for the RDDL namespace.

  • string $xlinkNamespace - abbrevation for the XLink namespace.

Note

This function can not be called statically.

previousExample (Previous) (Next) XML_RDDL::parseRDDLnext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.