19 :
PHNode(name,
"PHCompositeNode")
22 type =
"PHCompositeNode";
44 while ((thisNode = nodeIter()))
49 <<
" already exists" << endl;
64 while ((thisNode = nodeIter()))
91 while (child && (thisNode = nodeIter()))
93 if (thisNode == child)
103 string newPath =
name;
111 while ((thisNode = nodeIter()))
113 if (!(thisNode->
write(IOManager, newPath)))
123 string newPath =
" " + path;
124 cout << path <<
name <<
" (" <<
type <<
")/" << endl;
127 while ((thisNode = nodeIter()))
129 thisNode->
print(newPath);