| Overload | Description |
|---|---|
| GetNextSibling() | Gets the next sibling of this node. Returns null if it is doesn't have a next sibling. |
| GetNextSibling(ENXmlNodeType) | Gets the next sibling of this node of the given type. Returns null if it is doesn't have a next sibling of the given type. |