new CmlRootWriter()
        Reader to write Kekule.ChemDocument to CML  element.
     
    
    
    
    
    
- Source:
Extends
Methods
- 
    
        doCreateElem(obj, parentElem) → {Object}
- 
    
    Create suitable new child element to write obj. Descendants may override this method.Parameters:Name Type Description objKekule.ChemObject parentElemObject - Inherited From:
- Source:
 Returns:Element created.- Type
- Object
 
- 
    
        doWriteObject(obj, targetElem) → {Object}
- 
    
    Method to do the actual writeObject job. Descendants should override this method.Parameters:Name Type Description objKekule.ChemObject targetElemObject - Inherited From:
- Source:
 Returns:- Type
- Object
 
- 
    
        reportTypeMismatchError(obj)
- 
    
    Report this writer is not proper for writing obj.Parameters:Name Type Description objObject - Inherited From:
- Source: