Home
last modified time | relevance | path

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

/aoo4110/main/xmlreader/source/
H A Dxmlreader.cxx177 currentAttribute_->nameBegin, in nextAttribute()
178 currentAttribute_->nameEnd - currentAttribute_->nameBegin); in nextAttribute()
182 currentAttribute_->nameBegin, in nextAttribute()
183 currentAttribute_->nameColon - currentAttribute_->nameBegin)); in nextAttribute()
663 char const * nameBegin = pos_; in handleStartTag() local
768 Span(nameBegin, nameEnd - nameBegin), inheritedNamespaces, in handleStartTag()
772 *localName = Span(nameBegin, nameEnd - nameBegin); in handleStartTag()
774 *nsId = getNamespaceId(Span(nameBegin, nameColon - nameBegin)); in handleStartTag()
788 char const * nameBegin = pos_; in handleEndTag() local
791 !elements_.top().name.equals(nameBegin, pos_ - nameBegin)) in handleEndTag()
/aoo4110/main/xmlreader/inc/xmlreader/
H A Dxmlreader.hxx114 char const * nameBegin; member
124 nameBegin(theNameBegin), nameEnd(theNameEnd), in AttributeData()

Completed in 19 milliseconds