API16

API16:JSimpleXML

From Joomla! Documentation

Revision as of 14:25, 24 March 2017 by JoomlaWikiBot (talk | contribs) (clean up)

{{subst:Description:JSimpleXML}}

Defined in

libraries/joomla/utilities/simplexml.php

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

Importing

jimport( 'joomla.utilities.simplexml' );


{{subst:SeeAlso:JSimpleXML}}

Examples

<CodeExamplesForm />