XMLReader::next
Move cursor to next node skipping all subtrees
Description
public bool XMLReader::next(stringnull $name
= null
)
Parameters
-
name
-
The name of the next node to move to.
Return Values
Returns true
on success or false
on failure.
See Also
- XMLReader::moveToNextAttribute
- XMLReader::moveToElement
- XMLReader::moveToAttribute