Mono Class Library: System.Xml.XmlReader Overview | Members

System.Xml.XmlReader.IsStartElement Overloads

The overloads of IsStartElement are listed below. For a list of all members, see the XmlReader Members list.

Public Methods

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.