Searched refs:currentAttribute_ (Results 1 – 2 of 2) sorted by relevance
163 currentAttribute_ = attributes_.begin(); in nextAttribute()166 ++currentAttribute_; in nextAttribute()168 if (currentAttribute_ == attributes_.end()) { in nextAttribute()171 if (currentAttribute_->nameColon == 0) { in nextAttribute()174 currentAttribute_->nameBegin, in nextAttribute()175 currentAttribute_->nameEnd - currentAttribute_->nameBegin); in nextAttribute()179 currentAttribute_->nameBegin, in nextAttribute()180 currentAttribute_->nameColon - currentAttribute_->nameBegin)); in nextAttribute()182 currentAttribute_->nameColon + 1, in nextAttribute()183 currentAttribute_->nameEnd - (currentAttribute_->nameColon + 1)); in nextAttribute()[all …]
185 Attributes::iterator currentAttribute_; member in xmlreader::XmlReader