SP.XmlWriter Methods
Applies to: SharePoint Foundation 2010
The following table lists the methods of the SP.XmlWriter class.
Methods
Name |
Description |
---|---|
This member is reserved for internal use and is not intended to be used directly from your code. |
|
Creates a new instance of the XmlWriter class with the specified string builder. |
|
Appends an attribute with the specified name and value in XML format to the object’s string builder. |
|
Appends an element with the specified tag name and value in XML format to the object’s string builder. |
|
Appends an end of an attribute in XML format to the object’s string builder. |
|
Appends an end element tag in XML format to the object’s string builder. |
|
Appends the specified text to the object’s string builder. |
|
Appends the start of an attribute with the specified name in XML format to the object’s string builder. |
|
Appends a start element tag with the specified name in XML format to the object’s string builder. |
|
Appends the specified value for an element tag or attribute to the object’s string builder. |
|
This member is reserved for internal use and is not intended to be used directly from your code. |