GoLang XMLReader::next

request it (338)
GoLang replacement for PHP's XMLReader::next [edit | history]



Do you know a GoLang replacement for PHP's XMLReader::next? Write it!

PHP XMLReader::next

PHP original manual for XMLReader::next [ show | php.net ]

XMLReader::next

(PHP 5 >= 5.1.0, PHP 7)

XMLReader::nextMove cursor to next node skipping all subtrees

Description

public bool XMLReader::next ([ string $localname ] )

Positions cursor on the next node skipping all subtrees.

Parameters

localname

The name of the next node to move to.

Return Values

Returns TRUE on success or FALSE on failure.

See Also