| Overload | Description |
|---|---|
| ReadStartElement(String,String) | Checks that the current node is the element with specified local name and namespace and advances the reader to the next node. |
| ReadStartElement(String) | Checks that the current node is the element with specified qualified name and advances the reader to the next node. |
| ReadStartElement() | Checks that the current node is an element and advances the reader to the next node. |