JSimpleXML/1.5
From Joomla! Documentation
[Edit Descripton] Description:JSimpleXML
Defined in
libraries/joomla/utilities/simplexml.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| __construct | Constructor. |
| _characterData | Handler function for the character data within a tag. |
| _endElement | Handler function for the end of a tag. |
| _getStackLocation | Gets the reference to the current direct parent. |
| _handleError | Handles an XML parsing error. |
| _parse | Start parsing an XML document. |
| _startElement | Handler function for the start of a tag. |
| getParser | Get the parser. |
| importDOM | Get a object from a DOM node. |
| loadFile | Interprets an XML file into an object. |
| loadString | Interprets a string of XML into an object. |
| setParser | Set the parser. |
Importing
jimport( 'joomla.utilities.simplexml' );
See also
[Edit See Also] SeeAlso:JSimpleXML
Examples
<CodeExamplesForm />