XmlDictionaryReader.IsTextNode(XmlNodeType) Método

Definição

Testa se o nó atual é um nó de texto.

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

Parâmetros

nodeType
XmlNodeType

O tipo do nó que está sendo testado.

Retornos

Boolean

true se o tipo de nó for Text, Whitespace, SignificantWhitespace, CDATA ou Attribute; caso contrário false.

Aplica-se a