/// <summary>
 /// Sets the options to use while generating the XML
 /// </summary>
 public XmlFormatWriter SetOptions(XmlWriterOptions options)
 {
     Options = options;
     return(this);
 }
Beispiel #2
0
 /// <summary>
 /// Sets the options to use while generating the XML
 /// </summary>
 public XmlFormatWriter SetOptions(XmlWriterOptions options)
 {
     Options = options;
     return this;
 }
 private bool TestOption(XmlWriterOptions option)
 {
     return((Options & option) != 0);
 }
Beispiel #4
0
 private bool TestOption(XmlWriterOptions option)
 {
     return (Options & option) != 0;
 }