package com.jclark.xsl.om;

public interface NodeIterator {
  Node next() throws XSLException;
}
