Home
last modified time | relevance | path

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

/dports/textproc/sablotron/Sablot-1.0.3/src/engine/
H A Doutput.cpp1918 StrStrList attAliased; in reportStartTag() local
1945 attAliased.appendConstruct(aliname, currAtts[i] -> value); in reportStartTag()
1959 getFirstOwnNS(), attAliased, in reportStartTag()
2020 attsTable[i * 2] = (char *)attAliased[i] -> key; in reportStartTag()
2021 attsTable[(i * 2) + 1] = (char *)attAliased[i] -> value; in reportStartTag()
2036 attAliased.freeall(FALSE); in reportStartTag()