XmlDictionaryReader.IsTextNode(XmlNodeType) Metodo

Definizione

Verifica se il nodo corrente è un nodo di testo.

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

Parametri

nodeType
XmlNodeType

Tipo del nodo sottoposto a test.

Valori restituiti

truese il tipo di nodo è Text, WhitespaceSignificantWhitespace, CDATA, o Attribute; in caso contrariofalse, .

Si applica a