Home
last modified time | relevance | path

Searched refs:nameBegin (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmlreader/source/
H A Dxmlreader.cxx174 currentAttribute_->nameBegin, in nextAttribute()
175 currentAttribute_->nameEnd - currentAttribute_->nameBegin); in nextAttribute()
179 currentAttribute_->nameBegin, in nextAttribute()
180 currentAttribute_->nameColon - currentAttribute_->nameBegin)); in nextAttribute()
660 char const * nameBegin = pos_; in handleStartTag() local
765 Span(nameBegin, nameEnd - nameBegin), inheritedNamespaces, in handleStartTag()
769 *localName = Span(nameBegin, nameEnd - nameBegin); in handleStartTag()
771 *nsId = getNamespaceId(Span(nameBegin, nameColon - nameBegin)); in handleStartTag()
785 char const * nameBegin = pos_; in handleEndTag() local
788 !elements_.top().name.equals(nameBegin, pos_ - nameBegin)) in handleEndTag()
/trunk/main/xmlreader/inc/xmlreader/
H A Dxmlreader.hxx111 char const * nameBegin; member
121 nameBegin(theNameBegin), nameEnd(theNameEnd), in AttributeData()