XmlDictionaryReader.IsTextNode(XmlNodeType) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
true
si le type de nœud est Text, Whitespace, SignificantWhitespace, CDATA, ou Attribute;sinon, false
.