Class Defaults
Convenience class to hold system defaults.
Inheritance
System.Object
Defaults
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ExtendedXmlSerializer.ExtensionModel.Xml
Assembly: ExtendedXmlSerializer.dll
Syntax
public static class Defaults
Properties
ReaderSettings
Default reader settings, which is an instance of System.Xml.XmlReaderSettings with its System.Xml.XmlReaderSettings.IgnoreWhitespace, System.Xml.XmlReaderSettings.IgnoreComments, and System.Xml.XmlReaderSettings.IgnoreProcessingInstructions all set to true.
Declaration
public static XmlReaderSettings ReaderSettings { get; }
Property Value
System.Xml.XmlReaderSettings
|
WriterSettings
Default writer settings, which is an unmodified instance of System.Xml.XmlWriterSettings.
Declaration
public static XmlWriterSettings WriterSettings { get; }
Property Value
System.Xml.XmlWriterSettings
|