Home
last modified time | relevance | path

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

/dports/textproc/sablotron/Sablot-1.0.3/src/engine/
H A Dverts.h91 virtual eFlag getMatchingList(Sit S, Expression& match, Context& result);
148 eFlag getMatchingList(Sit S, Expression& match, Context& result);
216 virtual eFlag getMatchingList(Sit S, Expression& match, Context& result);
348 virtual eFlag getMatchingList(Sit S, Expression& match, Context& result);
H A Ddomprovider.cpp113 eFlag DOMProvider::getMatchingList(Sit S, NodeHandle n, in getMatchingList() function in DOMProvider
134 getMatchingList(S, getNamespaceNo(n, i), match, result); in getMatchingList()
138 getMatchingList(S, getAttributeNo(n, i), match, result); in getMatchingList()
142 getMatchingList(S, getChildNo(n, i), match, result); in getMatchingList()
H A Dverts.cpp447 eFlag Vertex::getMatchingList(Sit S, Expression& match, Context& result) in getMatchingList() function in Vertex
611 eFlag VertexList::getMatchingList(Sit S, Expression& match, Context& result) in getMatchingList() function in VertexList
614 E( (*this)[i] -> getMatchingList(S, match, result) ); in getMatchingList()
673 eFlag Daddy::getMatchingList(Sit S, Expression& match, Context& result) in getMatchingList() function in Daddy
675 E( Vertex::getMatchingList(S, match, result) ); in getMatchingList()
676 E( contents.getMatchingList(S, match, result) ); in getMatchingList()
1044 eFlag Element::getMatchingList(Sit S, Expression& match, Context& result) in getMatchingList() function in Element
1046 E( Vertex::getMatchingList(S, match, result) ); in getMatchingList()
1047 E( namespaces.getMatchingList(S, match, result) ); in getMatchingList()
1048 E( atts.getMatchingList(S, match, result) ); in getMatchingList()
[all …]
H A Dkey.cpp182 S.dom().getMatchingList(S, doc, match, *c); in create()
H A Dtree.h557 eFlag getMatchingList(Sit S, Expression& match, Context& result);
H A Ddomprovider.h76 virtual eFlag getMatchingList(Sit S, NodeHandle n,
H A Dtree.cpp1415 eFlag Tree::getMatchingList(Sit S, Expression& match, Context& result) in getMatchingList() function in Tree
1417 E( getRoot().getMatchingList(S, match, result) ); in getMatchingList()