JSimpleXML/getParser
From Joomla! Documentation
< API16:JSimpleXML
The "API16" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
Description[edit]
Get the parser
Syntax[edit]
getParser()
Returns[edit]
resource XML parser resource handle
Defined in[edit]
libraries/joomla/utilities/simplexml.php
Importing[edit]
jimport( 'joomla.utilities.simplexml' );
Source Body[edit]
function getParser() {
return $this->_parser;
}
Examples[edit]
Code Examples[edit]