Searched defs:_xmlXPathCompExpr (Results 1 – 1 of 1) sorted by relevance
960 struct _xmlXPathCompExpr { struct961 int nbStep; /* Number of steps in this expression */962 int maxStep; /* Maximum number of steps allocated */963 xmlXPathStepOp *steps; /* ops for computation of this expression */964 int last; /* index of last step in expression */965 xmlChar *expr; /* the expression being computed */966 xmlDictPtr dict; /* the dictionary to use if any */968 int nb;969 xmlChar *string;972 xmlPatternPtr stream;