单项选择题
在XmlPullParser的方法中,获得标签体内容的方法是()。
A.getName()
B.next()
C.nextText()
D.getEventType()
点击查看答案&解析
相关考题
-
单项选择题
在XmlSerializer的方法中,向xml文件中写一个开始标签的方法是()。
A.startDocument
B.startTag
C.endTag
D.endDocument -
单项选择题
Android中使用serializer对象生成xml文档开头的方法是()。
A.startDocument
B.startTag
C.endTag
D.endDocument -
单项选择题
Android中判断CheckBox控件是否选中的方法是()。
A.isLogin()
B.isBoolean()
C.onClick()
D.isChecked()
