Class INChIHandler

  • All Implemented Interfaces:
    ContentHandler, DTDHandler, EntityResolver, ErrorHandler

    @Deprecated
    public class INChIHandler
    extends DefaultHandler
    Deprecated.
    SAX2 implementation for INChI XML fragment parsing.

    The supported elements are: identifier, formula and connections. All other elements are not parsed (at this moment). This parser is written based on the INChI files in data/ichi for version 1.1Beta.

    The returned ChemFile contains a ChemSequence in which the ChemModel represents the molecule.

    See Also:
    INChIReader
    Source code:
    main
    Belongs to CDK module:
    extra
    Requires:
    java1.4+