JSimpleXML
From Joomla! Documentation
The "API16" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
Defined in[edit]
libraries/joomla/utilities/simplexml.php
Methods[edit]
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[edit]
jimport( 'joomla.utilities.simplexml' );
Examples[edit]
Code Examples[edit]