March 2002
Intermediate to advanced
864 pages
31h 8m
English
XmlSpace
This enumeration provides values for the xml:space
scope. Used by XmlParserContext.XmlSpace.
public enum XmlSpace { None = 0, Default = 1, Preserve = 2 }
System.Object→System.ValueType→System.Enum(System.IComparable, System.IFormattable, System.IConvertible)→XmlSpace
XmlParserContext.XmlSpace, XmlReader.XmlSpace, XmlWriter.XmlSpace
XmlParserContext.{XmlParserContext(), XmlSpace}, System.Xml.XPath.XPathDocument.XPathDocument()