API15:JSimpleXML
From Joomla! Documentation
(Difference between revisions)
(New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JSimpleXML}}
===Defined in===
...) |
|||
| Line 30: | Line 30: | ||
|Set the parser | |Set the parser | ||
|} | |} | ||
| + | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.utilities.simplexml' );</source> | <source lang="php">jimport( 'joomla.utilities.simplexml' );</source> | ||
Latest revision as of 12:40, 25 March 2010
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 |
[edit] Defined in
libraries/joomla/utilities/simplexml.php
[edit] 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 |
[edit] Importing
jimport( 'joomla.utilities.simplexml' );
[Edit See Also] SeeAlso:JSimpleXML
[edit] Examples
<CodeExamplesForm />
