[dom4j-dev] (Maybe) Bug found in elementIterator()...

2002-10-17 Thread Carlos Barroso
There may be a bug in the elementIterator() method of the classe Element. The contents of my test and results are below which were sent to the list hours ago. Hy guys. I'm having a weird problem in removing a certain element. My XML doc is (teste.xml): ?xml version='1.0' encoding='ISO-8859-1'?

Re: [dom4j-dev] (Maybe) Bug found in elementIterator()...

2002-10-17 Thread Maarten Coene
I've fixed this temporarily in CVS by throwing an UnsupportedOperationException when the remove() operation is called on the Iterator returned by the Element.elementIterator(...) methods. This Iterator was an instance of FilterIterator (which uses another Iterator and filters away unwanted