This enumeration provides values for the xml:space scope. Used by XmlParserContext.XmlSpace . public enum XmlSpace { None = 0 , Default = 1 , Preserve = 2 } Hierarchy System.Object Returned ByXmlParserContext.XmlSpace , XmlReader.XmlSpace , XmlWriter.XmlSpace Passed ToXmlParserContext.{XmlParserContext( ) , XmlSpace} , System.Xml.XPath.XPathDocument.XPathDocument( ) |