Members | Description | |||
AddNamespace |
Adds a namespace delcaration to the first element in the XML document | |||
defaultNamespace | Defines the default namespace for the XML document | |||
EOL | Determines the type of End Of Line chars used | |||
Format | Determines if the XML document will be formatted (easy to read) | |||
WriteAttributeNsString | Adds a attribute (including the namespace) | |||
WriteAttributeString | Adds a attribute, using the default namespace | |||
WriteAttributeType | Writes an attribute xsi:type="xxx" | |||
WriteComment | Writes a comment into the XML document | |||
WriteEndDocument | Writes and the end of document | |||
WriteEndElement | Writes the end of an element (must be called for ever corresponding WriteStartElement) | |||
WriteHeaderDirective | Writes a header directive (one that appears before the first element) | |||
WriteStartDocument | Writes the start of the document | |||
WriteStartElement | Wrtites the start of an element (must have an assosicated call to WriteEndElement) | |||
WriteString | Writes a string into the XML document (padded) | |||
Xml | Gets the XML document that has been built up, as a string |