StartElement¶
Starts a new element with the specified name.
1 |
|
Starts a new element with the specified name and namespace.
1 |
|
Parameters¶
string name
name of element
string ns
namespace of element
Remarks¶
This method creates a new element with the specified name and returns the current writer instance.
Example¶
1 2 3 4 |
|
This method creates a new element with the specified name and namespace and returns the current writer instance.
Example¶
1 2 3 4 |
|