From: Tim R J L. <ti...@mu...> - 2005-06-02 08:06:45
|
Hello Guys, When I try to use the following code with HTMLUnit 1.6 : >> DescendantElementsIterator elements = page.getAllHtmlChildElements(); I get the following error for the import statement of DescendantElementsIterator. >> com.gargoylesoftware.htmlunit.html.DomNode.DescendantElementsIterator is not visible. because it is a protected inner class. I can of course assign it to an instance of Iterator, but I was wondering the intention of the inner class as it seems a little unintuative. Am I using this method call incorrectly? Thanks for your time. Tim |