XML_RDDL::getResourcesByNature (Previous) (Next) XML_RDDL::getResourcesByLanguage

View this page in Last updated: Mon, 02 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

XML_RDDL::getResourcesByPurpose()

XML_RDDL::getResourcesByPurpose() -- selects all resources of a specified nature

Описание

Gets all resources of a given purpose from an RDDL document. You have to call XML_RDDL::parseRDDL() first. The purpose of a resource is specified by the 'xlink:arcrole' attribute. The purpose of a resource link determines what the link will be used for. Frequently the purpose of a link can be determined from the nature of the referenced resource. For example the purpose of an XML Schema is typically schema validation, yet a schema may be comprised of a number of included modules and even when included modules are themselves an XML Schema, the purpose is as a module. You can find a list of well known purposes at http://www.rddl.org/purposes/.

Параметр

  • string $purpose - purpose of the resources you want to get.

Возвращаемое значение

array array containing all resources with the specified purpose.

Заметка

Эта функция не должна вызываться статически.

XML_RDDL::getResourcesByNature (Previous) (Next) XML_RDDL::getResourcesByLanguage

Download Documentation Last updated: Mon, 02 Jul 2007
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.