Calls XmlReader.MoveToContent and tests if the current content node is a start tag or empty element tag.
true if XmlReader.MoveToContent finds a start tag or empty element tag; false if a node type other than XmlNodeType.Element was found.
Type Reason System.Xml.XmlException An error occurred while parsing the XML.
This method skips white space, comments, and processing instructions until the reader is positioned on a content node. The method then tests if the current node is an element.