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

truesi le type de nœud est Text, , WhitespaceSignificantWhitespace, CDATAou Attribute; sinon false.

S’applique à