API17:JFactory::getXML
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JFactory::getXML
Description
Reads a XML file.
Description:JFactory::getXML [Edit Descripton]
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
SeeAlso:JFactory::getXML [Edit See Also]
User contributed notes
<CodeExamplesForm />
