package scriptbuilder.structures; /** * * @author Bryan McGuffin */ public interface I_XML_Writable { String toXML(); }