Searched defs:_xmlXPathCompExpr (Results 1 – 1 of 1) sorted by relevance
574 struct _xmlXPathCompExpr { struct575 int nbStep; /* Number of steps in this expression */576 int maxStep; /* Maximum number of steps allocated */577 xmlXPathStepOp *steps; /* ops for computation of this expression */578 int last; /* index of last step in expression */579 xmlChar *expr; /* the expression being computed */580 xmlDictPtr dict; /* the dictionnary to use if any */582 int nb;583 xmlChar *string;586 xmlPatternPtr stream;