The overloads of IsStartElement are listed below. For a list of all members, see the XmlReader Members list.
IsStartElement() : bool Determines if a node containing content is an Element node.IsStartElement(string) : bool Determines if a node containing content is an Element node with the specified qualified name.IsStartElement(string, string) : bool Determines if a node containing content is an Element node with the specified local name and namespace URI.