Searched refs:getChildNode (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/mcpat/
H A Dmain.cc84 XMLNode system_xml = xml_data.getChildNode("component");
H A DxmlParser.cc764 (!getChildNode().isDeclaration()))) {
771 (!getChildNode().isDeclaration()))) {
1983 xnode = xnode.getChildNode(); // skip the empty node
1991 xnode = xnode.getChildNode(tag);
2724 XMLNode XMLNode::getChildNode(XMLCSTR name, int *j) const { function in class:XMLNode
2739 XMLNode XMLNode::getChildNode(XMLCSTR name, int j) const { function in class:XMLNode
2743 while (j-- > 0) getChildNode(name, &i);
2744 return getChildNode(name, &i);
2749 return getChildNode(i);
2785 xn = xbase.getChildNode(pat
2983 XMLNode XMLNode::getChildNode (int i) const { function in class:XMLNode
[all...]
H A DxmlParser.h352 XMLNode getChildNode(int i=0) const; ///< return ith child node
353 XMLNode getChildNode(XMLCSTR name, int i) const; ///< return ith child node with specific name (return an empty node if failing). If i==-1, this returns the last XMLNode with the given name.
354 XMLNode getChildNode(XMLCSTR name, int *i=NULL) const; ///< return next child node with specific name (return an empty node if failing)

Completed in 21 milliseconds