JSimpleXML/1.5
From Joomla! Documentation
< JSimpleXML(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 67: | Line 67: | ||
<source lang="php">jimport( 'joomla.utilities.simplexml' );</source> | <source lang="php">jimport( 'joomla.utilities.simplexml' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JSimpleXML''' on [http://api.joomla.org/Joomla-Framework/Utilities/JSimpleXML.html api.joomla.org] | + | * {{JVer|1.5}} '''JSimpleXML''' on [http://api.joomla.org/1.5/Joomla-Framework/Utilities/JSimpleXML.html api.joomla.org] |
* {{JVer|1.5}} '''JSimpleXML source code''' on [[jframework15:utilities/simplexml.php|JoomlaCode]] | * {{JVer|1.5}} '''JSimpleXML source code''' on [[jframework15:utilities/simplexml.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Utilities/1.5|Utilities]] | * {{JVer|1.5}} Subpackage [[Subpackage Utilities/1.5|Utilities]] | ||
Latest revision as of 16:05, 13 February 2013
[edit]
JSimpleXML
[edit] Description
Description:JSimpleXML [Edit Descripton]
[edit] 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
[edit] Importing
jimport( 'joomla.utilities.simplexml' );
[edit] See also
-
JSimpleXML on api.joomla.org
-
JSimpleXML source code on JoomlaCode
-
Subpackage Utilities
- Other versions of JSimpleXML
SeeAlso:JSimpleXML [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />