Class XmlFormat
Abstract Xml base format.
public abstract class XmlFormat
- Inheritance
-
XmlFormat
- Derived
- Inherited Members
- Extension Methods
Constructors
XmlFormat()
protected XmlFormat()
Fields
DFLTnamespace
Default XmlSerializerNamespaces.
public static readonly XmlSerializerNamespaces DFLTnamespace
Field Value
DFLTwrSettings
Default XmlWriterSettings.
public static readonly XmlWriterSettings DFLTwrSettings
Field Value
log
Logger.
protected static readonly ILogger<XmlFormat> log
Field Value
ns
Xml serializer namespaces (for writing).
protected XmlSerializerNamespaces ns
Field Value
rdSettings
Xml reader settings.
protected XmlReaderSettings rdSettings
Field Value
wrSettings
Xml writer settings.
protected XmlWriterSettings wrSettings