Searched defs:_xmlPatParserContext (Results 1 – 2 of 2) 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 */
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 */