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

de.l3s.boilerpipe.sax.InputSourceable Maven / Gradle / Ivy

The newest version!
package de.l3s.boilerpipe.sax;

import org.xml.sax.InputSource;

/**
 * An InputSourceable can return an arbitrary number of new {@link InputSource}s for a given document.
 * 
 * @author Christian Kohlschütter
 */
public interface InputSourceable {
	InputSource toInputSource();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy