Esempio n. 1
0
 static
 NodeSet::Ptr
 ancestorsWrapper(NodeSet::Ptr nodeSet, bool andSelf)
 {
     return nodeSet->ancestors(andSelf);
 }