Home
last modified time | relevance | path

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

/trunk/main/xmlreader/source/
H A Dxmlreader.cxx173 if (currentAttribute_->nameColon == 0) { in nextAttribute()
184 currentAttribute_->nameColon + 1, in nextAttribute()
400 bool XmlReader::scanName(char const ** nameColon) { in scanName() argument
401 OSL_ASSERT(nameColon != 0 && *nameColon == 0); in scanName()
414 *nameColon = pos_; in scanName()
663 char const * nameColon = 0; in handleStartTag() local
664 if (!scanName(&nameColon)) { in handleStartTag()
769 if (nameColon == 0) { in handleStartTag()
774 *localName = Span(nameColon + 1, nameEnd - (nameColon + 1)); in handleStartTag()
788 char const * nameColon = 0; in handleEndTag() local
[all …]
/trunk/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 14 milliseconds