Package org.openscience.cdk.io.cml
Interface ICMLModule
- All Known Subinterfaces:
ICMLConvention
- All Known Implementing Classes:
CDKConvention,CMLCoreModule,CMLReactionModule,JMOLANIMATIONConvention,MDLMolConvention,MDMoleculeConvention,PDBConvention,PMPConvention,QSARConvention
public interface ICMLModule
This interface describes the procedures classes must implement to be plugable
into the CMLHandler. Most procedures reflect those in SAX2.
- Author:
- Egon Willighagen <egonw@sci.kun.nl>
-
Method Summary
Modifier and TypeMethodDescriptionvoidcharacterData(org.openscience.cdk.io.cml.CMLStack xpath, char[] ch, int start, int length) voidvoidendElement(org.openscience.cdk.io.cml.CMLStack xpath, String uri, String local, String raw) voidinherit(ICMLModule conv) voidvoidstartElement(org.openscience.cdk.io.cml.CMLStack xpath, String uri, String local, String raw, Attributes atts)
-
Method Details
-
startDocument
void startDocument() -
endDocument
void endDocument() -
startElement
void startElement(org.openscience.cdk.io.cml.CMLStack xpath, String uri, String local, String raw, Attributes atts) -
endElement
-
characterData
void characterData(org.openscience.cdk.io.cml.CMLStack xpath, char[] ch, int start, int length) -
returnChemFile
IChemFile returnChemFile() -
inherit
-