Searched refs:nameBegin (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/xmlreader/source/ |
H A D | xmlreader.cxx | 177 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()
|
/aoo41x/main/xmlreader/inc/xmlreader/ |
H A D | xmlreader.hxx | 114 char const * nameBegin; member 124 nameBegin(theNameBegin), nameEnd(theNameEnd), in AttributeData()
|
Completed in 17 milliseconds