API17:JRegistryFormatXml
From Joomla! Documentation
Revision as of 14:00, 29 August 2012 by JoomlaWikiBot (Talk | contribs)
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.
JRegistryFormatXml
Description
Description:JRegistryFormatXml [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | objectToString | Converts an object into an XML formatted string. |
| public | stringToObject | Parse a XML formatted string and convert it into an object. |
| protected | _getValueFromNode | Method to get a PHP native value for a SimpleXMLElement object. |
| protected | _getXmlChildren | Method to build a level of the XML string -- called recursively. |
- Defined in libraries/joomla/registry/format/xml.php
- Extends JRegistryFormat
Importing
jimport( 'joomla.registry.format.xml' );
See also
-
JRegistryFormatXml source code on BitBucket
-
Subpackage Registry
- Other versions of JRegistryFormatXml
SeeAlso:JRegistryFormatXml [Edit See Also]
User contributed notes
<CodeExamplesForm />
