开发者

Parse Xml to get attribute value in android using android SAX packages mathods

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜