Class CMLHandler

  • All Implemented Interfaces:
    ContentHandler, DTDHandler, EntityResolver, ErrorHandler
    Direct Known Subclasses:
    EventCMLHandler

    public class CMLHandler
    extends DefaultHandler
    SAX2 implementation for CML XML fragment reading. CML Core is supported as well is the CRML module.

    Data is stored into the Chemical Document Object which is passed when instantiating this class. This makes it possible that programs that do not use CDK for internal data storage, use this CML library.

    Author:
    Egon Willighagen <egonw@sci.kun.nl>
    Source code:
    main
    Belongs to CDK module:
    io