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

Slot describing a registered XML node. More...

Data Fields

xmlNodePtr node
int in_use

Detailed Description

Slot describing a registered XML node.

The registry does not own the node; it is managed by its document. Releasing a node handle does not free the node memory.

Definition at line 99 of file xml2.c.

Field Documentation

◆ in_use

int in_use

Non-zero if the slot is occupied.

Definition at line 101 of file xml2.c.

◆ node

xmlNodePtr node

Pointer to a node in some document (not owned).

Definition at line 100 of file xml2.c.


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