November 2003
Intermediate to advanced
476 pages
14h 38m
English
XmlSpace — System.Xml (system.xml.dll) CF 1.0, ECMA 1.0, serializable enum
public enum XmlSpace { None = 0, Default = 1, Preserve = 2 }
This
enumeration provides values for the xml:space
scope. Used by XmlParserContext.XmlSpace.
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( )