XMLReader->moveToAttributeNs()
(no version information, might be only in CVS)
XMLReader->moveToAttributeNs() -- Move cursor to a named attribute
Descripción
class
XMLReader {
bool
moveToAttributeNs ( string localName, string namespaceURI )
}
Positions cursor on the named attribute in specified namespace.
Lista de parámetros
- localName
The local name.
- namespaceURI
The namespace URI.
Valores retornados
Devuelve TRUE si todo se
llevó a cabo correctamente, FALSE en caso
de fallo.