Quintiq file version 2.0 
 | 
#parent: #root 
 | 
Method DebugDump (String filename, XMLDOMDocument xmldomdocument) 
 | 
{ 
 | 
  #keys: '1[103544.0.740663109]' 
 | 
  TextBody: 
 | 
  [* 
 | 
    // Administrator Sep-13-2011 (created) 
 | 
    if ( this.LibOSM_OSMGISLibrary().Debug() ) 
 | 
    { 
 | 
      xmldomimplementation := XMLDOMImplementation::Create(); 
 | 
      xmldomserializer := xmldomimplementation.CreateSerializer(); 
 | 
      xmldomserializer.GetXMLDOMConfiguration().SetBooleanParameter( "format-pretty-print", true ); 
 | 
      path := LibOSM_Utils::GenerateDumpPath( filename ); 
 | 
      xmldomserializer.WriteToFile( xmldomdocument, path, "" ); 
 | 
    } 
 | 
  *] 
 | 
} 
 |