GoLang XMLReader::moveToAttribute

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



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

PHP XMLReader::moveToAttribute

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

XMLReader::moveToAttribute

(PHP 5 >= 5.1.0, PHP 7)

XMLReader::moveToAttributeMove cursor to a named attribute

Description

public bool XMLReader::moveToAttribute ( string $name )

Positions cursor on the named attribute.

Parameters

name

The name of the attribute.

Return Values

Returns TRUE on success or FALSE on failure.

See Also