API17:JFactory::getXML
From Joomla! Documentation
JFactory::getXML
Description
Reads a XML file.
public static function getXML (
$data
$isFile=true
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | string | Full path and file name. | |
| $isFile | boolean | true | false to load a string. |
- Returns mixed on success | false on error.
- Defined on line 353 of libraries/joomla/factory.php
- Referenced by
- JHelp::createSiteList
- JInstallerHelper::detectType
- JInstaller::isManifest
- JForm::load
- JForm::loadFile
- JPackageManifest::loadManifestFromXML
- JLibraryManifest::loadManifestFromXML
- JApplicationHelper::parseXMLInstallFile
- JLanguage::parseXMLLanguageFile
- JInstallerPlugin::uninstall
- JInstallerPackage::uninstall
- JInstallerLibrary::uninstall
- JInstallerFile::uninstall
See also
JFactory::getXML source code on BitBucket
Class JFactory- Other versions of JFactory::getXML
User contributed notes
Code Examples