XMLReader::moveToAttributeNs

Move cursor to a named attribute

Description

public bool XMLReader::moveToAttributeNs(string $name, string $namespace)

Positions cursor on the named attribute in specified namespace.

Parameters

name

The local name.

namespace

The namespace URI.

Return Values

Returns true on success or false on failure.

See Also

  • XMLReader::moveToElement
  • XMLReader::moveToAttribute
  • XMLReader::moveToAttributeNo
  • XMLReader::moveToFirstAttribute