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