Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
XML related functions and objects

Coin now has its own XML parser that also can be used from client code. More...

Typedefs

typedef struct cc_xml_doc cc_xml_doc
 

Functions

cc_xml_doccc_xml_doc_new (void)
 
void cc_xml_doc_delete_x (cc_xml_doc *doc)
 
void cc_xml_doc_set_filter_cb_x (cc_xml_doc *doc, cc_xml_filter_cb *cb, void *userdata)
 
void cc_xml_doc_get_filter_cb (const cc_xml_doc *doc, cc_xml_filter_cb *&cb, void *&userdata)
 

Detailed Description

Coin now has its own XML parser that also can be used from client code.