API16:JSimpleXML
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:JSimpleXML
Contents |
Defined in
libraries/joomla/utilities/simplexml.php
Methods
| Method name | Description |
|---|---|
| __construct | Constructor. |
| loadString | Interprets a string of XML into an object |
| loadFile | Interprets an XML file into an object |
| importDOM | Get a JSimpleXMLElement object from a DOM node. |
| getParser | Get the parser |
| setParser | Set the parser |
Importing
jimport( 'joomla.utilities.simplexml' );
[Edit See Also] SeeAlso:JSimpleXML
Examples
<CodeExamplesForm />
