FatAntelope.XNode.IsText C# (CSharp) Method

IsText() public method

public IsText ( ) : bool
return bool
        public bool IsText()
        {
            return XmlNode.NodeType == XmlNodeType.Text || XmlNode.NodeType == XmlNodeType.CDATA;
        }