new CmlListWriter()
        Reader to write Kekule.MoleculeList, {@link Kekule.ReactionList} and so on to CML 
    
    
    
    
    
-  series elements.
    
- Source:
Extends
Methods
- 
    
        reportTypeMismatchError(obj)
- 
    
    Report this writer is not proper for writing obj.Parameters:Name Type Description objObject - Inherited From:
- Source:
 
- 
    
        writeObject(obj, parentElem, doc) → {Object}
- 
    
    Write Kekule obj to a new CML element in doc or insert new attributes to parentElem.Parameters:Name Type Description objKekule.ChemObject parentElemObject docObject - Inherited From:
- Source:
 Returns:Element created.- Type
- Object