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