Searched refs:parseString (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_xml_outfiles_test.py118 expected = minidom.parseString(expected_xml)
H A Dgtest_xml_output_unittest.py298 expected = minidom.parseString(expected_xml)
/gem5/ext/mcpat/
H A DxmlParser.h256 * <li> XMLNode::parseString </li>
266 /// Constructors are protected, so use instead one of: XMLNode::parseString, XMLNode::parseFile, XMLNode::openFileHelper, XMLNode::createXMLTopNode
268 /// Constructors are protected, so use instead one of: XMLNode::parseString, XMLNode::parseFile, XMLNode::openFileHelper, XMLNode::createXMLTopNode
279 static XMLNode parseString(XMLCSTR lpXMLString, XMLCSTR tag = NULL,
281 /**< The "parseString" function parse an XML string and return the root of a XMLNode tree. The "opposite" of this function is
283 * "parseString" method will initialize the "pResults" variable with some information that can be used to trace the error.
559 * XMLNode x=XMLNode::parseString("<a>foo<!-- hello -->bar<!DOCTYPE world >chu</a>","a");
/gem5/util/streamline/
H A Dm5stats2streamline.py710 f.write(minidom.parseString(txt).toprettyxml())

Completed in 13 milliseconds