XmlDictionaryReader.IsTextNode(XmlNodeType) Methode

Definition

Testet, ob es sich bei dem aktuellen Knoten um einen Textknoten handelt.

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

Parameter

nodeType
XmlNodeType

Typ des getesteten Knotens.

Gibt zurück

true, wenn der Knotentyp Text, Whitespace, SignificantWhitespace, CDATA oder Attribute ist, andernfalls false.

Gilt für: