package eclipse.model.xml; /** * This is the xml validator use to validate xml file using the xsd file. * * This is use in pair with Protocol Loader * @author Marco * */ public interface ProtocolValidator { public boolean xmlIsValid(); }