XML_sql2xml::getXpathValue

XML_sql2xml::getXpathValue -- return match of a XPath expression

Synopsis

require_once "XML/sql2xml.php";

mixed XML_sql2xml::getXpathValue (string $expr)

Beschreibung

Returns the content of the first match of the XPath expression.

Parameter

Rückgabewert

mixed - content of the evaluated XPath expression

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Siehe auch

XML_sql2xml::getXpathChildValues()