#include <openbabel/mol.h>
#include <openbabel/obconversion.h>
#include <openbabel/obmolecformat.h>
#include <libxml/xmlreader.h>
#include <libxml/xmlwriter.h>
#include <typeinfo>
Go to the source code of this file.
Namespaces | |
namespace | OpenBabel |
Classes | |
class | XMLConversion |
A subclass for conversion of XML formats. More... | |
class | XMLBaseFormat |
Abstract class containing common functionality for XML formats. More... | |
class | XMLMoleculeFormat |
Abstract class for XML formats which represent molecules. More... |