aspose file tools
The moose likes XML and Related Technologies and the fly likes Iterating a java NodeList Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Iterating a java NodeList" Watch "Iterating a java NodeList" New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Iterating a java NodeList
 
Similar Threads
NX:contractor - stubs
help with web service to display xml file contents using netbeans
Implementing a Java interface at runtime
which of following is Best way to Code?
Strange behaviour with CachedXPathAPI