Data Fields | |
xmlDocPtr | doctree |
xmlXPathContextPtr | ctxt |
xmlXPathObjectPtr | res |
Definition at line 46 of file xpath.c.
xmlXPathContextPtr xpath_workspace::ctxt |
Definition at line 49 of file xpath.c.
Referenced by cleanup_workspace(), and pgxml_xpath().
xmlDocPtr xpath_workspace::doctree |
Definition at line 48 of file xpath.c.
Referenced by cleanup_workspace(), and pgxml_xpath().
xmlXPathObjectPtr xpath_workspace::res |
Definition at line 50 of file xpath.c.
Referenced by cleanup_workspace(), and pgxml_xpath().