java.lang.Object
joelib.io.types.cml.CMLCoreModule
joelib.io.types.cml.CDKConvention
- All Implemented Interfaces:
- ModuleInterface
- public class CDKConvention
- extends CMLCoreModule
This is an implementation for the CDK convention.
| Fields inherited from class joelib.io.types.cml.CMLCoreModule |
ANGLE, array, ARRAY, arrays, arrayTitle, ATOM, ATOMARRAY, atomElements, atomParities, BOND, BOND_STEREO, bondARef1, bondARef2, BONDARRAY, bondid, bondStereo, BUILTIN, cdo, COORDINATE2, COORDINATE3, CRYSTAL, curRef, currentChars, currentElement, delimiter, ELECTRON, elements, elementTitle, elid, elsym, FEATURE, FLOAT, FLOATARRAY, FLOATMATRIX, formalCharges, hCounts, INTEGER, INTEGERARRAY, isotopes, LINK, LIST, matrices, matrix, MATRIX, matrixColumns, matrixDelimiter, matrixRows, matrixTitle, MOLECULE, moleculeName, NAME, order, partialCharges, REACTION, scalar, SCALAR, scalars, SEQUENCE, stereoGiven, STRING, STRINGARRAY, strings, SYSTEMID, TORSION, UNKNOWN, x2, x3, y2, y3, z3 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
private static org.apache.log4j.Category logger
isBond
private boolean isBond
CDKConvention
public CDKConvention(CDOInterface cdo)
CDKConvention
public CDKConvention(ModuleInterface conv)
characterData
public void characterData(char[] ch,
int start,
int length)
- Specified by:
characterData in interface ModuleInterface- Overrides:
characterData in class CMLCoreModule
endDocument
public void endDocument()
- Specified by:
endDocument in interface ModuleInterface- Overrides:
endDocument in class CMLCoreModule
endElement
public void endElement(java.lang.String uri,
java.lang.String local,
java.lang.String raw)
- Specified by:
endElement in interface ModuleInterface- Overrides:
endElement in class CMLCoreModule
returnCDO
public CDOInterface returnCDO()
- Specified by:
returnCDO in interface ModuleInterface- Overrides:
returnCDO in class CMLCoreModule
startDocument
public void startDocument()
- Specified by:
startDocument in interface ModuleInterface- Overrides:
startDocument in class CMLCoreModule
startElement
public void startElement(java.lang.String uri,
java.lang.String local,
java.lang.String raw,
org.xml.sax.Attributes atts)
- Specified by:
startElement in interface ModuleInterface- Overrides:
startElement in class CMLCoreModule