System.Xml.WhitespaceHandling Enumeration

Assembly: System.Xml.dll
Namespace: System.Xml
Summary
Specifies how white space is handled.
C# Syntax:
[Serializable]
public enum WhitespaceHandling
See also:
System.Xml Namespace | XmlNodeType | XmlTextReader.WhitespaceHandling

System.Xml.WhitespaceHandling Member List:

Public Fields
All Return Whitespace and SignificantWhitespace nodes. This is the default.
None Return no Whitespace and no SignificantWhitespace nodes.
Significant Return SignificantWhitespace nodes only.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.