Coin Logo http://www.coin3d.org/
http://www.kongsberg.com/kogt/

Macros | Typedefs | Enumerations
types.h File Reference
#include <Inventor/C/basic.h>

Go to the source code of this file.

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 More...
 
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.


Copyright © by Kongsberg Oil & Gas Technologies. All rights reserved.

Generated for Coin by Doxygen