API17:JSimpleXMLElement::getElementByPath
From Joomla! Documentation
JSimpleXMLElement::getElementByPath
Description
Get an element in the document by / separated path.
public function getElementByPath ($path)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | string | The / separated path to the element |
- Returns object
- Defined on line 552 of libraries/joomla/utilities/simplexml.php
See also
JSimpleXMLElement::getElementByPath source code on BitBucket
Class JSimpleXMLElement
Subpackage Utilities- Other versions of JSimpleXMLElement::getElementByPath
User contributed notes
Code Examples