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

/gem5/ext/mcpat/
H A DxmlParser.cc3 * <P> XML.c - implementation file for basic XML parser written in ANSI C++
5 * down the elements of an XML document. </P>
13 * the parser will see the following XML-stream:
21 * the parser will see the following XML-stream:
25 * as equivalent to the following XML-stream:
29 * This can be useful for badly-formed XML-streams but prevent the use
30 * of the following XML-stream (problem is: tags at contiguous levels
161 // The following function parses the XML errors into a user friendly string.
170 return _CXML("Warning: No XML ta
725 typedef struct XML { struct
735 } XML; typedef in typeref:struct:XML
[all...]

Completed in 5 milliseconds