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()
           
 
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()
Specified by:
next in interface NodeIterator
Specified by:
next in interface SafeNodeIterator