new CmlFormulaWriter()
CML element writer for outputting Kekule.MolecularFormula.
- 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