trace

Displays an XML document of type XmlDocument if the current trace level is XML_TRACE or greater.

Syntax

C++

 #include "Trace.h"
 
 void Trace::trace(
    XmlDocument    *document);
 

Parameters

document
(IN) Points to the XML document to display.