Searched refs:updateAttribute (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/mcpat/
H A DxmlParser.h424 XMLAttribute *updateAttribute(XMLAttribute *newAttribute, XMLAttribute *oldAttribute); ///< if the attribute to update is missing, a new one will be added
425 XMLAttribute *updateAttribute(XMLCSTR lpszNewValue, XMLCSTR lpszNewName=NULL, int i=0); ///< if the attribute to update is missing, a new one will be added
426 XMLAttribute *updateAttribute(XMLCSTR lpszNewValue, XMLCSTR lpszNewName, XMLCSTR lpszOldName);///< set lpszNewName=NULL if you don't want to change the name of the attribute if the attribute to update is missing, a new one will be added
465 * xNode.updateAttribute("#newcolor" ,NULL,"color");
H A DxmlParser.cc3033 XMLAttribute *XMLNode::updateAttribute(XMLAttribute *newAttribute, function in class:XMLNode
3039 XMLAttribute *XMLNode::updateAttribute(XMLCSTR lpszNewValue, function in class:XMLNode
3044 XMLAttribute *XMLNode::updateAttribute(XMLCSTR lpszNewValue, function in class:XMLNode

Completed in 26 milliseconds