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

net.sourceforge.segment.srx.SrxParser Maven / Gradle / Ivy

There is a newer version: 1.4.2
Show newest version
package net.sourceforge.segment.srx;

import java.io.Reader;

/**
 * Represents SRX parser that can parse SRX document from reader.
 * 
 * @author loomchild
 */
public interface SrxParser {

	/**
	 * Parses SRX document.
	 * 
	 * @param reader reader from which read the document
	 * @return initialized SRX document
	 */
	public SrxDocument parse(Reader reader);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy