Lines Matching refs:possibleMultiplier

363 			Element possibleMultiplier = OpsinTools.getPreviousSibling(locant);  in ifCarbohydrateLocantConvertToAminoAcidStyleLocant()  local
364 if (possibleMultiplier != null && possibleMultiplier.getName().equals(MULTIPLIER_EL)) { in ifCarbohydrateLocantConvertToAminoAcidStyleLocant()
365 int multiplierValue = Integer.parseInt(possibleMultiplier.getAttributeValue(VALUE_ATR)); in ifCarbohydrateLocantConvertToAminoAcidStyleLocant()
366 Element possibleOtherLocant = OpsinTools.getPreviousSibling(possibleMultiplier); in ifCarbohydrateLocantConvertToAminoAcidStyleLocant()
369 if (locantValues.length == Integer.parseInt(possibleMultiplier.getAttributeValue(VALUE_ATR))){ in ifCarbohydrateLocantConvertToAminoAcidStyleLocant()
387 OpsinTools.insertBefore(possibleMultiplier, newLocant); in ifCarbohydrateLocantConvertToAminoAcidStyleLocant()
656 Element possibleMultiplier = OpsinTools.getPreviousSibling(suffix); in processHeterogenousHydrides() local
657 …if (!possibleMultiplier.getName().equals(MULTIPLIER_EL)){//NOT something like 3,3'-diselane-1,2-di… in processHeterogenousHydrides()
1185 Element possibleMultiplier = OpsinTools.getPreviousSibling(infix); in processInfixes() local
1188 if (possibleMultiplier.getName().equals(MULTIPLIER_EL)){ in processInfixes()
1194 Element elementBeforeMultiplier = OpsinTools.getPreviousSibling(possibleMultiplier); in processInfixes()
1203 possibleBracket=possibleMultiplier; in processInfixes()
1204 possibleMultiplier=null; in processInfixes()
1212 if (possibleMultiplier!=null){ in processInfixes()
1213 int multiplierVal = Integer.parseInt(possibleMultiplier.getAttributeValue(VALUE_ATR)); in processInfixes()
1217 possibleMultiplier.detach(); in processInfixes()
1224 int multiplierVal = Integer.parseInt(possibleMultiplier.getAttributeValue(VALUE_ATR)); in processInfixes()
1228 possibleMultiplier.detach(); in processInfixes()
1231 …else if (possibleMultiplier!=null && GROUP_TYPE_VAL.equals(possibleMultiplier.getAttributeValue(TY… in processInfixes()
2414 Element possibleMultiplier = OpsinTools.getPreviousSibling(group); in handleGroupIrregularities() local
2416 if (possibleMultiplier!=null && possibleMultiplier.getName().equals(MULTIPLIER_EL)){ in handleGroupIrregularities()
2417 multiplier = possibleMultiplier.getAttributeValue(VALUE_ATR); in handleGroupIrregularities()
2418 possibleMultiplier.detach(); in handleGroupIrregularities()