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