JFeedParser::fetchNamespace
Method to get a namespace object for a given namespace prefix.
Signature
protected function fetchNamespace(string
$prefix )
Parameters
-
$prefix
- The XML prefix for which to fetch the namespace object.
Returns
- mixed
- JFeedParserNamespace or false if none exists.