Android 4.0 内のタグのすべての値をリストしたいと思います。現在使用しているスニペットと以下の xml を追加した値を 1 つだけ取得できます。または例。どうもありがとう。
NodeList nodes = doc.getElementsByTagName("month");
for (int i = 0; i < nodes.getLength(); i++) {
Element e = (Element) nodes.item(i);
stock_list.add(getValue(e, "month"));
}
Here is my xml