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