Searched refs:curnode (Results 1 – 2 of 2) sorted by relevance
169 xmlNodePtr curnode;/* current attribute node */ member1328 reader->curnode = NULL; in xmlTextReaderRead()1832 node = (reader->curnode != NULL) ? reader->curnode : reader->node; in xmlTextReaderReadString()2164 ret->curnode = NULL; in xmlNewTextReader()2340 reader->curnode = NULL; in xmlTextReaderClose()2379 if (reader->curnode != NULL) in xmlTextReaderGetAttributeNo()2428 if (reader->curnode != NULL) in xmlTextReaderGetAttribute()2499 if (reader->curnode != NULL) in xmlTextReaderGetAttributeNs()2549 reader->curnode = NULL; in xmlTextReaderGetRemainder()2627 reader->curnode = NULL; in xmlTextReaderMoveToAttributeNo()[all …]
147 xmlNodePtr curnode;/* current attribute node */ member1367 reader->curnode = NULL; in xmlTextReaderRead()1866 node = (reader->curnode != NULL) ? reader->curnode : reader->node; in xmlTextReaderReadString()2198 ret->curnode = NULL; in xmlNewTextReader()2380 reader->curnode = NULL; in xmlTextReaderClose()2419 if (reader->curnode != NULL) in xmlTextReaderGetAttributeNo()2468 if (reader->curnode != NULL) in xmlTextReaderGetAttribute()2539 if (reader->curnode != NULL) in xmlTextReaderGetAttributeNs()2589 reader->curnode = NULL; in xmlTextReaderGetRemainder()2667 reader->curnode = NULL; in xmlTextReaderMoveToAttributeNo()[all …]