PostgreSQL Source Code git master
|
Data Fields | |
xmlDocPtr | doctree |
xmlXPathContextPtr | ctxt |
xmlXPathObjectPtr | res |
xmlXPathContextPtr xpath_workspace::ctxt |
Definition at line 36 of file xpath.c.
Referenced by cleanup_workspace(), and pgxml_xpath().
xmlDocPtr xpath_workspace::doctree |
Definition at line 35 of file xpath.c.
Referenced by cleanup_workspace(), and pgxml_xpath().
xmlXPathObjectPtr xpath_workspace::res |
Definition at line 37 of file xpath.c.
Referenced by cleanup_workspace(), and pgxml_xpath().