PEAR-Handbuch
Zurück
Kapitel 63. XML
Nach vorne
XML_RDDL
Inhaltsverzeichnis
Introduction
-- Introduction to XML_RDDL
Example
-- Example for the usage of XML_RDDL
XML_RDDL::XML_RDDL()
-- Constructor
XML_RDDL::parseRDDL()
-- parse a document that contains RDDL resources
XML_RDDL::getAllResources()
-- return all resources that have been found
XML_RDDL::getResourceById()
-- get one resource from the document
XML_RDDL::getResourcesByNature()
-- selects all resources of a specified nature
XML_RDDL::getResourcesByPurpose()
-- selects all resources of a specified nature
XML_RDDL::getResourcesByLanguage()
-- selects all resources of a specified language
XML_RDDL::apiVersion()
-- return API version
Package zum Lesen von RDDL-Dokumenten (Resource Directory Description Language).
Zurück
Zum Anfang
Nach vorne
Introduction
Nach oben
Introduction