5黑马币
<students>
<student id="x01">
<name>小强</name>
<sex>男</sex>
<class teacher="张三">电子班</class>
</student>
<student id="x02">
<name>小芳</name>
<sex>女</sex>
<class teacher="李四">电子班</class>
</student>
<student id="x402">
<name>小薇</name>
<sex>女</sex>
<class teacher="李四">电子班</class>
</student>
</students>
类似于这样的XML文档,元素中有属性。但是XMLPULLPARSER里面似乎只有
STARTTAG,ENDTAG这类处理方法,属性该如何处理呢?
谢谢
|
|