com.jclark.xsl.dom
Class ElementNode.AttributesIterator

java.lang.Object
  extended by com.jclark.xsl.dom.ElementNode.AttributesIterator
All Implemented Interfaces:
NodeIterator, SafeNodeIterator
Enclosing class:
ElementNode

 class ElementNode.AttributesIterator
extends java.lang.Object
implements SafeNodeIterator


Field Summary
(package private)  int i
           
 
Constructor Summary
ElementNode.AttributesIterator()
           
 
Method Summary
 Node next()
          get the next Node in the list, and don't throw any Exception
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

i

int i
Constructor Detail

ElementNode.AttributesIterator

ElementNode.AttributesIterator()
Method Detail

next

public Node next()
Description copied from interface: SafeNodeIterator
get the next Node in the list, and don't throw any Exception

Specified by:
next in interface NodeIterator
Specified by:
next in interface SafeNodeIterator