Fun API Documentation 0.42.1
The programming language that makes you have fun!
Loading...
Searching...
No Matches
XmlDocSlot Struct Reference

Slot describing a registered XML document. More...

Data Fields

xmlDocPtr doc
int in_use

Detailed Description

Slot describing a registered XML document.

The registry owns the xmlDocPtr and will free it when the handle is released via xml_doc_free_handle().

Definition at line 89 of file xml2.c.

Field Documentation

◆ doc

xmlDocPtr doc

Pointer to a parsed libxml2 document (owned by registry).

Definition at line 90 of file xml2.c.

◆ in_use

int in_use

Non-zero if the slot is occupied.

Definition at line 91 of file xml2.c.


The documentation for this struct was generated from the following file: