Home
last modified time | relevance | path

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

/trunk/main/xmlreader/source/
H A Dxmlreader.cxx176 currentAttribute_->nameBegin, in nextAttribute()
177 currentAttribute_->nameEnd - currentAttribute_->nameBegin); in nextAttribute()
181 currentAttribute_->nameBegin, in nextAttribute()
182 currentAttribute_->nameColon - currentAttribute_->nameBegin)); in nextAttribute()
662 char const * nameBegin = pos_; in handleStartTag() local
767 Span(nameBegin, nameEnd - nameBegin), inheritedNamespaces, in handleStartTag()
771 *localName = Span(nameBegin, nameEnd - nameBegin); in handleStartTag()
773 *nsId = getNamespaceId(Span(nameBegin, nameColon - nameBegin)); in handleStartTag()
787 char const * nameBegin = pos_; in handleEndTag() local
790 !elements_.top().name.equals(nameBegin, pos_ - nameBegin)) in handleEndTag()
/trunk/main/xmlreader/inc/xmlreader/
H A Dxmlreader.hxx114 char const * nameBegin; member
124 nameBegin(theNameBegin), nameEnd(theNameEnd), in AttributeData()

Completed in 18 milliseconds