|
PostgreSQL Source Code git master
|
Data Fields | |
| xmlDocPtr | doctree |
| xmlXPathContextPtr | ctxt |
| xmlXPathObjectPtr | res |
| xmlXPathContextPtr xpath_workspace::ctxt |
Definition at line 39 of file xpath.c.
Referenced by cleanup_workspace(), and pgxml_xpath().
| xmlDocPtr xpath_workspace::doctree |
Definition at line 38 of file xpath.c.
Referenced by cleanup_workspace(), and pgxml_xpath().
| xmlXPathObjectPtr xpath_workspace::res |
Definition at line 40 of file xpath.c.
Referenced by cleanup_workspace(), pgxml_xpath(), xpath_bool(), xpath_list(), xpath_nodeset(), xpath_number(), and xpath_string().