new CmlMoleculeReader()
        CML  element reader.
     
    
    
    
    
    
- Source:
Extends
Methods
- 
    
        getAtomChildren(elem, domHelper)
- 
    
    Returns childelements of . Parameters:Name Type Description elemObject domHelperObject - Inherited From:
- Source:
 
- 
    
        hasAtomChildren(elem, domHelper)
- 
    
    Check if aelement has child elements. Parameters:Name Type Description elemObject domHelperObject - Inherited From:
- Source:
 
- 
    
        hasSubMolecule(elem)
- 
    
    check if aelemen has sub molecules Parameters:Name Type Description elemObject - Source:
 
- 
    
        iterateChildElements(elem, parentObj)
- 
    
    Iterate through and read all direct children of elem.Parameters:Name Type Description elemObject parentObjObject - Inherited From:
- Source:
 
- 
    
        readChildElement(elem, parentObj) → {Variant}
- 
    
    Read and handle child elements,Parameters:Name Type Description elemObject parentObjObject - Inherited From:
- Source:
 Returns:- Type
- Variant
 
- 
    
        readChildElementDef(elem, parentObj) → {Variant}
- 
    
    A default method to read child elements, just ask CmlElementReaderFactory to create a suitable reader and use the reader to read.Parameters:Name Type Description elemObject parentObjObject - Inherited From:
- Source:
 Returns:- Type
- Variant
 
- 
    
        readElement(elem, parentObj) → {Variant}
- 
    
    Read an element in CML document and returns a proper Kekule object or insert something into parentObj.Parameters:Name Type Description elemObject parentObjKekule.ChemObject - Inherited From:
- Source:
 Returns:- Type
- Variant
 
- 
    
        readFormulaAttrib(molecule, concise)
- 
    
    Read formula info directly from formula attrib of. For example . Parameters:Name Type Description moleculeObject conciseString - Source:
 
- 
    
        readMolecule(elem, domHelper)
- 
    
    Read an molecule structure from a CML molecule element. This function can handle sub molecules.Parameters:Name Type Description elemObject domHelperObject - Source: