NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CoreXmlReader.CheckWhitespaceNodeType

[To be supplied.]

[Visual Basic]
Overridable Protected Function CheckWhitespaceNodeType( _
   ByVal name As String, _
   ByVal prefix As String, _
   ByVal ns As String _
) As XmlNodeType
[C#]
protected virtual XmlNodeType CheckWhitespaceNodeType(
   string name,
   string prefix,
   string ns
);
[C++]
protected: virtual XmlNodeType CheckWhitespaceNodeType(
   String* name,
   String* prefix,
   String* ns
);
[JScript]
protected function CheckWhitespaceNodeType(
   name : String,
   prefix : String,
   ns : String
) : XmlNodeType;

Parameters

name
[To be supplied.]
prefix
[To be supplied.]
ns
[To be supplied.]

See Also

CoreXmlReader Class | CoreXmlReader Members | System.Data.XML Namespace