#include <Inventor/C/basic.h>
Go to the source code of this file.
|
#define | COIN_XML_CDATA_TYPE "cdata" |
|
#define | COIN_XML_ROOT_TYPE "root" |
|
|
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) |
|
|
enum | cc_xml_filter_choice { KEEP,
DISCARD
} |
|
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.