1 package net.sourceforge.xmlfit.fit; 2 3 public interface IReplace 4 { 5 String replaceAll(String source, int index); 6 }