Searched defs:_xmlPatParserContext (Results 1 – 1 of 1) sorted by relevance
178 struct _xmlPatParserContext { struct179 const xmlChar *cur; /* the current char being parsed */180 const xmlChar *base; /* the full expression */181 int error; /* error code */182 xmlDictPtr dict; /* the dictionary if any */183 xmlPatternPtr comp; /* the result */184 xmlNodePtr elem; /* the current node if any */185 const xmlChar **namespaces; /* the namespaces definitions */186 int nb_namespaces; /* the number of namespaces */