API17:JRegistryFormatXml
From Joomla! Documentation
JRegistryFormatXml
Description
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
User contributed notes
Code Examples