Mono Class Library: System.Xml.XmlReader Overview | MembersSystem.Xml.XmlReader.ReadStartElement Overloads |
The overloads of ReadStartElement are listed below. For a list of all members, see the XmlReader Members list.
ReadStartElement() Reads an Element node and advances the reader to the next node.ReadStartElement(string) Reads an Element node with the specified qualified name and advances the reader to the next node.ReadStartElement(string, string) Reads an Element node with the specified local name and namespace URI and advances the reader to the next node.