Android Question Obtaining Uri of an attribute with XmlSax

jolx

Member
Licensed User
Longtime User
I'm using XmlSax library to read XML files, and I didn't find the way to obtain the Uri of an attribute (only the Uri of a node), because in the Attributes object there is no Uri property as I would expect. ¿Was it forgotten by the programmer?, ¿is there any way to obtaining it?

Thanks
 
Top