API17:JSimpleXML:: handleError
From Joomla! Documentation
JSimpleXML::_handleError
Description
Handles an XML parsing error.
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
User contributed notes
Code Examples