function ARC_api::get_rdfxml_loader in Taxonomy import/export via XML 6.2
Same name and namespace in other branches
- 5.2 arc/ARC_api.php \ARC_api::get_rdfxml_loader()
- 5 arc/ARC_api.php \ARC_api::get_rdfxml_loader()
- 6 arc/ARC_api.php \ARC_api::get_rdfxml_loader()
File
- arc/
ARC_api.php, line 217
Class
Code
function get_rdfxml_loader() {
if ($this
->get_rdfxml_parser()) {
return $this
->get_component("rdfxml_loader", "ARC_rdf_store_rdfxml_loader");
}
return false;
}