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

com.itelg.xpath.helper.parser.Parser Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
package com.itelg.xpath.helper.parser;

import java.io.InputStream;

public interface Parser
{
	public T parse(String xml) throws Exception;
	public T parse(InputStream xml) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy