Jiffie: Java InterFace For Internet Explorer

net.sf.jiffie.xpath
Class DocumentNavigator.AttributeIterator

Package class diagram package DocumentNavigator.AttributeIterator
java.lang.Object
  extended by net.sf.jiffie.xpath.DocumentNavigator.AttributeIterator
All Implemented Interfaces:
java.util.Iterator<IHTMLDOMNode>
Enclosing class:
DocumentNavigator

 class DocumentNavigator.AttributeIterator
extends java.lang.Object
implements java.util.Iterator<IHTMLDOMNode>

An iterator over an attribute list.


Constructor Summary
DocumentNavigator.AttributeIterator(IHTMLDOMNode parent)
          Constructor.
 
Method Summary
 boolean hasNext()
          
 IHTMLDOMNode next()
          
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentNavigator.AttributeIterator

DocumentNavigator.AttributeIterator(IHTMLDOMNode parent)
Constructor.

Parameters:
parent - The parent DOM element for the attributes.
Method Detail

hasNext

public boolean hasNext()

Specified by:
hasNext in interface java.util.Iterator<IHTMLDOMNode>

next

public IHTMLDOMNode next()

Specified by:
next in interface java.util.Iterator<IHTMLDOMNode>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<IHTMLDOMNode>
See Also:
Iterator.remove()


Copyright © 2004-2009 Packwood Software. All Rights Reserved.