JRegistryFormatXML/1.5
From Joomla! Documentation
[Edit Descripton] Description:JRegistryFormatXML
Defined in
libraries/joomla/registry/format/xml.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| _buildXMLstringLevel | Method to build a level of the XML string -- called recursively. |
| objectToString | Converts an object into an XML formatted string |
| stringToObject | Converts an XML formatted string into an object. |
Importing
jimport( 'joomla.registry.format.xml' );
See also
[Edit See Also] SeeAlso:JRegistryFormatXML
Examples
<CodeExamplesForm />