org.dom4j.tree

Class ElementQNameIterator

public class ElementQNameIterator extends FilterIterator

Deprecated: THIS CLASS WILL BE REMOVED IN dom4j-1.6 !!

ElementQNameIterator is a filtering {@link Iterator}which filters out objects which do not implement the {@link Element}interface and are not of the correct fully qualified element name.

Version: $Revision: 1.7 $

Author: James Strachan

Constructor Summary
ElementQNameIterator(Iterator proxy, QName qName)
Method Summary
protected booleanmatches(Object object)
DOCUMENT ME!

Constructor Detail

ElementQNameIterator

public ElementQNameIterator(Iterator proxy, QName qName)

Method Detail

matches

protected boolean matches(Object object)
DOCUMENT ME!

Parameters: object DOCUMENT ME!

Returns: true if the given element implements the {@link Element} interface and matches the given {@link QName}

Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge