| Author |
Iterating a java NodeList
|
Dorothy Taylor
Ranch Hand
Joined: Nov 26, 2007
Posts: 104
|
|
Hi
Java 7 does not provide iteratable NodeList. I checked on forums and created an interface like this :
Next in my Java class I had as below:
However, the above code gives me an exception at the point of cast:
Could anyone please suggest how to fix this. Infact I am not even importing apache library. I dont know why apache is throwing exception
|
 |
 |
|
|
subject: Iterating a java NodeList
|
|
|