67 vector <InputNode> getNodesByName (string nodeName_h, int debugLevel=MSG_WARNING, bool childFlag=false); ///< return 0-to-n nodes by name
68 /// Retrieve a child node with gived name and optionally with gived attribute or gived pair attribute/value. It raises an error if more than one.
69//InputNode getNode(string nodeName_h, string attributeName_h="", string attributeValue_h="", int debugLevel=MSG_WARNING);
70 /// Retrieve all child nodes with gived name and optionally with gived attribute or gived pair attribute/value. It raises an error if more than one.
71//vector <InputNode> getNodes(string nodeName_h, string attributeName_h="", string attributeValue_h="", int debugLevel=MSG_WARNING);
72
73
74 vector <InputNode> getChildNodes(); ///< Filtered to return only child <b>Elements</b>
75boolhasChildNode(string name_h); ///< True if it has specified child node