package org.sky.auto.xml; import org.dom4j.Element; public interface XMLNode { public Element getElement(); public void setElement(Element e); }