API17:JRegistryFormatXml
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.
[Edit Descripton] Description:JRegistryFormatXml
Defined in
libraries/joomla/registry/format/xml.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| objectToString | Converts an object into an XML formatted string. |
| stringToObject | Parse a XML formatted string and convert it into an object. |
| _getValueFromNode | Method to get a PHP native value for a SimpleXMLElement object. |
| _getXmlChildren | Method to build a level of the XML string -- called recursively. |
Importing
jimport( 'joomla.registry.format.xml' );
See also
SeeAlso:JRegistryFormatXml [Edit See Also]
Examples
<CodeExamplesForm />
