blob: 671c7bfe481610f9d1559201ad838d1296f6014a [file] [log] [blame]
package samples.encoding;
import org.w3c.dom.Element;
public class ElementService {
public Element echoElement(String str, Element elem) {
return( elem );
}
}