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