XMLReader::moveToAttributeNs
Move cursor to a named attribute
Description
public bool XMLReader::moveToAttributeNs(string $name
, string $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