API17:JSimpleXML:: handleError
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JSimpleXML::_handleError
Description
Handles an XML parsing error.
Description:JSimpleXML:: handleError [Edit Descripton]
Synopsis
public JSimpleXML->_handleError ($code, $line, $col)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $code | int | XML Error Code | |
| $line | int | Line on which the error happened | |
| $col | int | Column on which the error happened |
Returns
Defined in
libraries/joomla/utilities/simplexml.php
Referenced by
See also
SeeAlso:JSimpleXML:: handleError
Examples
<CodeExamplesForm />
