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