Home
last modified time | relevance | path

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

/dports/textproc/sablotron/Sablot-1.0.3/src/engine/
H A Dtree.cpp1091 if (x -> attSetNames(FALSE)) in processVertexAfterParse()
1093 for (int i = 0; i < x -> attSetNames(FALSE) -> number(); i++) in processVertexAfterParse()
1094 ptr -> insertUses(*(x -> attSetNames(FALSE) -> operator[] (i))); in processVertexAfterParse()
1275 QNameList *names = e -> attSetNames(TRUE); in extractUsedSets()
H A Dverts.h361 QNameList* attSetNames(Bool);
H A Dverts.cpp812 if (attSetNames(FALSE)) in execute()
1053 QNameList* Element::attSetNames(Bool canCreate) { in attSetNames() function in Element