Home
last modified time | relevance | path

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

/trunk/main/xmlreader/source/
H A Dxmlreader.cxx690 char const * attrNameColon = 0; in handleStartTag() local
691 if (!scanName(&attrNameColon)) { in handleStartTag()
727 if (attrNameColon == 0 && in handleStartTag()
733 } else if (attrNameColon != 0 && in handleStartTag()
734 Span(attrNameBegin, attrNameColon - attrNameBegin).equals( in handleStartTag()
739 Span(attrNameColon + 1, attrNameEnd - (attrNameColon + 1)), in handleStartTag()
744 attrNameBegin, attrNameEnd, attrNameColon, valueBegin, in handleStartTag()

Completed in 22 milliseconds