1 package samples.encoding;2 3 import org.w3c.dom.Element ;4 5 public class ElementService {6 public Element echoElement(String str, Element elem) {7 return( elem );8 }9 }10