All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.xmlcalabash.io.ReadableDocumentSequence Maven / Gradle / Ivy

The newest version!
package com.xmlcalabash.io;

import com.xmlcalabash.model.Log;

import net.sf.saxon.s9api.SaxonApiException;
import net.sf.saxon.s9api.XdmNode;

public interface ReadableDocumentSequence {
	public XdmNode get(int count) throws SaxonApiException;
	public int size() throws SaxonApiException;
	public void setLogger(Log log);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy