Structure to cache XML document. More...
Data Fields | |
xmlDocPtr | doc |
XML document. | |
int | refcnt |
Reference counter. | |
xmlDocPtr XDOC::doc |
XML document.
Definition at line 48 of file xpath.c.
Referenced by xpath_column(), xpath_disconnect(), xpath_fini(), xpath_func_common(), xpath_func_dump(), xpath_rowid(), xpath_update(), and xpath_vfunc_common().
int XDOC::refcnt |
Reference counter.
Definition at line 49 of file xpath.c.
Referenced by xpath_disconnect(), xpath_fini(), xpath_func_common(), and xpath_update().