| ||||||||
SetDocFlags Methodvoid CMarkup::SetDocFlags( int nFlags );
The CMarkup html; html.SetDocFlags( CMarkup::MDF_IGNORECASE ); html.Load( "example.html" );
When setting a flag such as xml.SetDocFlags( xml.GetDocFlags() | xml.MDF_MODIFIED ); // on xml.SetDocFlags( xml.GetDocFlags() & ~xml.MDF_MODIFIED ); // off |
|
Posted May 3, 2004 updated May 14, 2007. Question or comment about this article? ©Copyright 2008 First Objective Software, Inc. All rights reserved. |