Package uk.ac.cam.ch.wwmm.ptclib.scixml

Examples of uk.ac.cam.ch.wwmm.ptclib.scixml.SciXMLDocument.makeList()


   
    if(inchi != null) {
      Collection<String> synonyms = ChemNameDictSingleton.getNamesFromInChI(inchi);
      if(synonyms != null) {
        Element li = doc.makeListItem("Synonyms:");
        li.appendChild(doc.makeList(synonyms));
        list.appendChild(li);
      }
    }
   
    String scrubbedName = name;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.