Searched defs:_xmlXPathCompExpr (Results 1 – 1 of 1) sorted by relevance
931 struct _xmlXPathCompExpr { struct932 int nbStep; /* Number of steps in this expression */933 int maxStep; /* Maximum number of steps allocated */934 xmlXPathStepOp *steps; /* ops for computation of this expression */935 int last; /* index of last step in expression */936 xmlChar *expr; /* the expression being computed */937 xmlDictPtr dict; /* the dictionary to use if any */939 int nb;940 xmlChar *string;943 xmlPatternPtr stream;