only for RuBoard - do not distribute or recompile Previous Section Next Section
XmlSpace enum

System.Xml (system.xml.dll) ECMA, serializable

This enumeration provides values for the xml:space scope. Used by XmlParserContext.XmlSpace.

public enum XmlSpace {
   None = 0,
   Default = 1,
   Preserve = 2
}

Hierarchy

System.Objectfigs/U2192.gif System.ValueTypefigs/U2192.gif System.Enum(System.IComparable, System.IFormattable, System.IConvertible)figs/U2192.gif XmlSpace

Returned By

XmlParserContext.XmlSpace, XmlReader.XmlSpace, XmlWriter.XmlSpace

Passed To

XmlParserContext.{XmlParserContext(), XmlSpace}, System.Xml.XPath.XPathDocument.XPathDocument()

only for RuBoard - do not distribute or recompile Previous Section Next Section