API16:JXMLElement/data
From Joomla! Documentation
Description
LEGACY - Gets the element 'data'.
Syntax
data()
Returns
string
Defined in
libraries/joomla/utilities/xmlelement.php
Importing
jimport( 'joomla.utilities.xmlelement' );
Source Body
public function data()
{
return (string)$this;
}
demo.xml
Ausgabe: