I am parsing an XML file in which certain element having attributes. Is there any way to get the attrib开发者_JAVA技巧ute value using methods given in android SAX package?
Here's my real answer. :) You probably meant android.sax.
Then you need to add a StartElementListener and in start() you'll find your Attributes.
精彩评论