Share via


ConformanceLevel Enumeration

The type of conformance checking performed by an XmlReader or XmlWriter.

Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)

Syntax

public enum ConformanceLevel

Members

  Member name Description
Auto The XmlReader or XmlLWriter object automatically detects whether document or fragment checking should be performed, and does the appropriate checking. In the case where you are wrapping another XmlReader or XmlWriter object, the outer object does not do any additional conformance checking. Conformance checking is left up to the underlying object.
Document The XML data is a well-formed XML fragment.
Fragment The XML data is in conformance to the rules for a well-formed XML 1.0 document.

Version Information

Available in the .NET Micro Framework versions 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

System.Xml Namespace