August 2003
Intermediate to advanced
928 pages
32h 1m
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( )