JSimpleXML:: handleError/1.5
From Joomla! Documentation
JSimpleXML::_handleError
Description
Handles an XML parsing error.
Description:JSimpleXML:: handleError [Edit Descripton]
public 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 255 of libraries/joomla/utilities/simplexml.php
See also
-
JSimpleXML::_handleError on api.joomla.org
-
JSimpleXML source code on JoomlaCode
-
Class JSimpleXML
-
Subpackage Utilities
- Other versions of JSimpleXML::_handleError
SeeAlso:JSimpleXML:: handleError [Edit See Also]
User contributed notes
<CodeExamplesForm />