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]
protected function _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 on line 246 of libraries/joomla/utilities/simplexml.php
See also
-
JSimpleXML::_handleError source code on BitBucket
-
Class JSimpleXML
-
Subpackage Utilities
- Other versions of JSimpleXML::_handleError
SeeAlso:JSimpleXML:: handleError [Edit See Also]
User contributed notes
<CodeExamplesForm />
