|
All rights reserved. >>> import clr >>> clr.AddReferenceByPartialName("System.Xml") >>> import System.Xml >>> dir(System.Xml) ['ConformanceLevel', 'EntityHandling', 'Formatting ...
|
|
All rights reserved. >>> import clr >>> clr.AddReferenceByPartialName("System.Xml") >>> import System.Xml >>> dir(System.Xml) ['ConformanceLevel', 'EntityHandling', 'Formatting ...
|
|
System.Xml.XmlReaderSettings rs = new System.Xml.XmlReaderSettings(); rs.ConformanceLevel = System.Xml.ConformanceLevel.Fragment; System.Xml.XmlReader reader = System.Xml.XmlReader ...
|
|
Property Value Type: System.Xml . . :: . ConformanceLevel. One of the ConformanceLevel values. The default is ConformanceLevel.Document . ...
|
|
Quickstart Class Browser
|
|
System.Xml : ConformanceLevel.cs NewLineHandling.cs XmlOutputMethod.cs XmlWriterSettings.cs System.Xml/Xsl : XslCompiledTransform.cs XsltSettings.cs Log ...
|
|
Mono Class Library : System.Xml Namespace System.Xml.ConformanceLevel Enumeration. Note: This namespace, class, or member is supported only in version .NET 2.0 ...
|