Class CMLCoreModule

    • Constructor Detail

      • CMLCoreModule

        public CMLCoreModule​(IChemFile chemFile)
      • CMLCoreModule

        public CMLCoreModule​(ICMLModule conv)
    • Method Detail

      • newMolecule

        protected void newMolecule()
        Clean all data about parsed data.
      • newMoleculeData

        protected void newMoleculeData()
        Clean all data about the molecule itself.
      • newFormulaData

        protected void newFormulaData()
        Clean all data about read formulas.
      • newAtomData

        protected void newAtomData()
        Clean all data about read atoms.
      • newBondData

        protected void newBondData()
        Clean all data about read bonds.
      • newCrystalData

        protected void newCrystalData()
        Clean all data about read bonds.
      • characterData

        public void characterData​(org.openscience.cdk.io.cml.CMLStack xpath,
                                  char[] ch,
                                  int start,
                                  int length)
        Specified by:
        characterData in interface ICMLModule
      • notify

        protected void notify​(String message,
                              String systemId,
                              int line,
                              int column)
      • storeData

        protected void storeData()
      • storeAtomData

        protected void storeAtomData()
      • storeBondData

        protected void storeBondData()
      • addArrayElementsTo

        protected int addArrayElementsTo​(List<String> toAddto,
                                         String array)