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