JFeedParser::moveToNextElement
Method to move the stream parser to the next XML element node.
Signature
protected function moveToNextElement([string
$name = null] )
Parameters
-
$name
- The name of the element for which to move the stream forward until is found.
Returns
- boolean
- True if the stream parser is on an XML element node.