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>
- Source code:
- main
- Belongs to CDK module:
- io
-
Method Summary
Modifier and TypeMethodDescriptionvoid
characterData
(org.openscience.cdk.io.cml.CMLStack xpath, char[] ch, int start, int length) void
void
endElement
(org.openscience.cdk.io.cml.CMLStack xpath, String uri, String local, String raw) void
inherit
(ICMLModule conv) void
void
startElement
(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
-