API17:JSimpleXML:: startElement
From Joomla! Documentation
JSimpleXML::_startElement
Description
Handler function for the start of a tag.
protected function _startElement (
$parser
$name
$attrs=array
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $parser | resource | ||
| $name | string | ||
| $attrs | array | array() |
- Returns
- Defined on line 273 of libraries/joomla/utilities/simplexml.php
See also
JSimpleXML::_startElement source code on BitBucket
Class JSimpleXML
Subpackage Utilities- Other versions of JSimpleXML::_startElement
User contributed notes
Code Examples