#include <RixInterfaces.h>
Public Member Functions | |
virtual void | WriteXml (const char *format,...)=0 |
Write arbitrary XML. | |
virtual void | WriteText (const char *format,...)=0 |
Write arbitrary text to XML file, encoding special characters like "<". |
|
Write arbitrary text to XML file, encoding special characters like "<".
|
|
Write arbitrary XML. No encoding is performed, so be careful to avoid the use of special characters (e.g. the less-than symbol). Users are encouraged to generate XML that matches the RenderMan statistics XML schema (e.g. to enable use of the default XML stylesheet). See Application Note #43 (Using XML Frame Statistics) for details. |