#ifndef __CR_NODE_IFACE_H__
#define __CR_NODE_IFACE_H__
#include <glib.h>
struct _CRNodeIface {
/* Names based on DOM. */
/* Others. */
void (*freePropVal)(void *);
#if 0
char const *getLang(CRXMLNodePtr);
/* todo: Make it easy to have the default xml rules for lang. Maybe interpret NULL
like this. Or provide a cr_get_xml_lang(CRNodeIface const *, CRXMLNodePtr) function. */
#endif
};
#endif/*__CR_NODE_IFACE_H__*/