XmlDictionaryReader.IsTextNode(XmlNodeType) Méthode

Définition

Teste si le nœud actuel est un nœud de texte.

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

Paramètres

nodeType
XmlNodeType

Type du nœud testé.

Retours

Boolean

true si le type de nœud est Text, Whitespace, SignificantWhitespace, CDATA, ou Attribute;sinon, false.

S’applique à