PostgreSQL Source Code  git master
xpath_workspace Struct Reference

Data Fields

xmlDocPtr doctree
 
xmlXPathContextPtr ctxt
 
xmlXPathObjectPtr res
 

Detailed Description

Definition at line 34 of file xpath.c.

Field Documentation

◆ ctxt

xmlXPathContextPtr xpath_workspace::ctxt

Definition at line 37 of file xpath.c.

Referenced by cleanup_workspace(), and pgxml_xpath().

◆ doctree

xmlDocPtr xpath_workspace::doctree

Definition at line 36 of file xpath.c.

Referenced by cleanup_workspace(), and pgxml_xpath().

◆ res

xmlXPathObjectPtr xpath_workspace::res

Definition at line 38 of file xpath.c.

Referenced by cleanup_workspace(), and pgxml_xpath().


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