API17

API17:JSimpleXMLElement::getElementByPath

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples