Home
last modified time | relevance | path

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

/aoo4110/main/xmlreader/source/
H A Dxmlreader.cxx691 char const * attrNameColon = 0; in handleStartTag() local
692 if (!scanName(&attrNameColon)) { in handleStartTag()
728 if (attrNameColon == 0 && in handleStartTag()
734 } else if (attrNameColon != 0 && in handleStartTag()
735 Span(attrNameBegin, attrNameColon - attrNameBegin).equals( in handleStartTag()
740 Span(attrNameColon + 1, attrNameEnd - (attrNameColon + 1)), in handleStartTag()
745 attrNameBegin, attrNameEnd, attrNameColon, valueBegin, in handleStartTag()

Completed in 25 milliseconds