Paul Cercueil / libxml2

Dependents:   libiio

Embed: (wiki syntax)

« Back to documentation index

_xmlXPathContext Struct Reference

_xmlXPathContext Struct Reference

xmlXPathContext: More...

#include <xpath.h>


Detailed Description

xmlXPathContext:

Expression evaluation occurs with respect to a context. he context consists of:

  • a node (the context node)
  • a node list (the context node list)
  • a set of variable bindings
  • a function library
  • the set of namespace declarations in scope for the expression Following the switch to hash tables, this need to be trimmed up at the next binary incompatible release. The node may be modified when the context is passed to libxml2 for an XPath evaluation so you may need to initialize it again before the next call.

Definition at line 288 of file xpath.h.