root.setAttribute("class", "ptolemy.moml.EntityLibrary");
Element configure = new Element("configure");
root.addContent(configure);
DocType plot = new DocType("plot", "-//UC Berkeley//DTD MoML 1//EN",
"http://ptolemy.eecs.berkeley.edu/xml/dtd/MoML_1.dtd");
Document doc = new Document(); //root, plot);
String comment = "DO NOT EDIT. This file was generated by "
+ "ptolemy.domains.ptinyos.util.nc2moml.MoMLLib. "