\JRegistryFormatXML
XML format handler for JRegistry.
Synopsis
class JRegistryFormatXML
extends JRegistryFormat
{
- // Inherited members from JRegistryFormat
- protected $instances;
- // methods
- public string objectToString()
- public stringToObject()
- protected mixed getValueFromNode()
- protected void getXmlChildren()
- // Inherited methods from JRegistryFormat
- public static JRegistryFormat getInstance()
- public abstract string objectToString()
- public abstract stringToObject()
Hierarchy
Extends
Members
protected
- $instances — array
Methods
protected
- getValueFromNode() — Method to get a PHP native value for a SimpleXMLElement object. -- called recursively
- getXmlChildren() — Method to build a level of the XML string -- called recursively
public
- objectToString() — Converts an object into an XML formatted string.
- stringToObject() — Parse a XML formatted string and convert it into an object.
Inherited from JRegistryFormat
public
- getInstance() — Returns a reference to a Format object, only creating it if it doesn't already exist.
- objectToString() — Converts an object into a formatted string.
- stringToObject() — Converts a formatted string into an object.