package org.testng.xml; import java.io.InputStream; import org.testng.TestNGException; public interface IFileParser { T parse(String str, InputStream inputStream, boolean z) throws TestNGException; }