在XmlPullParser的方法中,获得标签体内容的方法是()
A. getName()
B. next()
C. nextText()
D. getEventType()
在XmlPullParser的方法中,初始化解析器的方法是()
A. setInput()
B. setOutput()
C. getEventType()
D. setEventType()
this.getResources().openRawResource(R.raw.weather1)用于读取weather1.xml文件。
A. 对
B. 错
只有type的类型为END_DOCUMENT时才会结束循环。
A. 对
B. 错