Provided by: libcoin80-doc_3.1.4~abc9f50-4ubuntu2_all 

NAME
types.h -
SYNOPSIS
#include <Inventor/C/basic.h>
Macros
#define COIN_XML_CDATA_TYPE 'cdata'
#define COIN_XML_ROOT_TYPE 'root'
Typedefs
typedef struct cc_xml_doc cc_xml_doc
opaque container object type for XML documents
typedef struct cc_xml_elt cc_xml_elt
typedef struct cc_xml_attr cc_xml_attr
typedef struct cc_xml_ent cc_xml_ent
typedef struct cc_xml_path cc_xml_path
typedef cc_xml_doc cc_xml_document
typedef cc_xml_elt cc_xml_element
typedef cc_xml_attr cc_xml_attribute
typedef cc_xml_ent cc_xml_entity
typedef cc_xml_filter_choice cc_xml_filter_cb (void *userdata, cc_xml_doc *doc, cc_xml_elt *elt, int
pushing)
Enumerations
enum cc_xml_filter_choice { KEEP, DISCARD }
Typedef Documentation
cc_xml_filter_cb
Called twice for each element while parsing input, if set. The push argument tells you if the element is
being pushed (or opened) or popped (closed). The return value is only considered during the pop callback.
Author
Generated automatically by Doxygen for Coin from the source code.
Version 4.0.0a Wed Feb 26 2014 types.h(3)