3
我想獲取XML文件的屬性值而不知道它的索引,因爲屬性在XML文件中的多個元素中重複。如何通過使用java語言的STAX獲得屬性處理的值?
這裏是我的xml文件
<fields>
<form name="userAdditionFrom">
</form>
</fields>
這裏是procssing文件
case XMLEvent.ATTRIBUTE:
//how can i know the index of attribute?
String attName = xmlReader.getAttributeValue(?????);
break;
thanx提前。
阿拉
它woooooooooooooooooooorks,非常感謝@Jaydeep – palAlaa 2010-11-25 06:23:20