XmlDictionaryReader.IsTextNode(XmlNodeType) Method

Definition

Tests whether the current node is a text node.

protected:
 bool IsTextNode(System::Xml::XmlNodeType nodeType);
protected bool IsTextNode (System.Xml.XmlNodeType nodeType);
member this.IsTextNode : System.Xml.XmlNodeType -> bool
Protected Function IsTextNode (nodeType As XmlNodeType) As Boolean

Parameters

nodeType
XmlNodeType

Type of the node being tested.

Returns

true if the node type is Text, Whitespace, SignificantWhitespace, CDATA, or Attribute; otherwise false.

Applies to