EndElement¶
Ends the current element.
1 |
|
Returns¶
The current XmlWriter instance, allowing for method chaining.
Remarks¶
This method closes the current element and returns to the parent element (if any).
Example¶
1 2 3 4 |
|
Ends the current element.
1 |
|
The current XmlWriter instance, allowing for method chaining.
This method closes the current element and returns to the parent element (if any).
1 2 3 4 |
|