Home
last modified time | relevance | path

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

/aoo41x/main/xmlreader/source/
H A Dxmlreader.cxx174 if (currentAttribute_->nameColon == 0) { in nextAttribute()
185 currentAttribute_->nameColon + 1, in nextAttribute()
401 bool XmlReader::scanName(char const ** nameColon) { in scanName() argument
402 OSL_ASSERT(nameColon != 0 && *nameColon == 0); in scanName()
415 *nameColon = pos_; in scanName()
664 char const * nameColon = 0; in handleStartTag() local
665 if (!scanName(&nameColon)) { in handleStartTag()
770 if (nameColon == 0) { in handleStartTag()
775 *localName = Span(nameColon + 1, nameEnd - (nameColon + 1)); in handleStartTag()
789 char const * nameColon = 0; in handleEndTag() local
[all …]
/aoo41x/main/xmlreader/inc/xmlreader/
H A Dxmlreader.hxx116 char const * nameColon; member
125 nameColon(theNameColon), valueBegin(theValueBegin), in AttributeData()
152 SAL_DLLPRIVATE bool scanName(char const ** nameColon);

Completed in 37 milliseconds