public class PDBConvention extends CMLCoreModule
This is a lousy implementation, though. Problems that will arise:
What is does:
| Constructor and Description |
|---|
PDBConvention(IChemFile chemFile) |
PDBConvention(ICMLModule conv) |
| Modifier and Type | Method and Description |
|---|---|
void |
characterData(CMLStack xpath,
char[] ch,
int start,
int length) |
void |
endDocument() |
void |
endElement(CMLStack xpath,
String uri,
String local,
String raw) |
void |
newSequence() |
void |
startElement(CMLStack xpath,
String uri,
String local,
String raw,
Attributes atts) |
inherit, returnChemFile, startDocumentpublic PDBConvention(IChemFile chemFile)
public PDBConvention(ICMLModule conv)
public void endDocument()
endDocument in interface ICMLModuleendDocument in class CMLCoreModulepublic void startElement(CMLStack xpath, String uri, String local, String raw, Attributes atts)
startElement in interface ICMLModulestartElement in class CMLCoreModulepublic void newSequence()
public void endElement(CMLStack xpath, String uri, String local, String raw)
endElement in interface ICMLModuleendElement in class CMLCoreModulepublic void characterData(CMLStack xpath, char[] ch, int start, int length)
characterData in interface ICMLModulecharacterData in class CMLCoreModule