com.jclark.xsl.dom

Class ElementNode.AttributesIterator

Enclosing Class:
ElementNode
Implemented Interfaces:
NodeIterator, SafeNodeIterator

(package private) class ElementNode.AttributesIterator
extends java.lang.Object
implements SafeNodeIterator

Field Summary

(package private) int
i

Method Summary

Node
next()
get the next Node in the list, and don't throw any Exception

Field Details

i

(package private)  int i

Method Details

next

public Node next()
get the next Node in the list, and don't throw any Exception
Specified by:
next in interface SafeNodeIterator
next in interface NodeIterator