Home
last modified time | relevance | path

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

/dports/editors/xmlcopyeditor/xmlcopyeditor/src/
H A Dxmlctrl.cpp1306 bool attributeSeen = false; in getAttributeStartPos() local
1311 attributeSeen = true; in getAttributeStartPos()
1312 else if ( ( c == ' ' || c == '\t' || c == '\n' ) && attributeSeen ) in getAttributeStartPos()