Searched defs:_xmlXPathCompExpr (Results 1 – 1 of 1) sorted by relevance
942 struct _xmlXPathCompExpr { struct943 int nbStep; /* Number of steps in this expression */944 int maxStep; /* Maximum number of steps allocated */945 xmlXPathStepOp *steps; /* ops for computation of this expression */946 int last; /* index of last step in expression */947 xmlChar *expr; /* the expression being computed */948 xmlDictPtr dict; /* the dictionnary to use if any */950 int nb;951 xmlChar *string;954 xmlPatternPtr stream;