RusticiSoftware.System.Xml.XmlWriter
XmlWriter
System.Xml.XmlWriter
System.IDisposable
${this}.writeStartElement(${localName})
System.String
localName
WriteStartElement
System.Void
${this}.writeAttributeString(${localName}, ${value})
System.String
localName
System.String
value
WriteAttributeString
System.Void
${this}.writeString(${text})
System.String
text
WriteString
System.void
${this}.writeEndElement()
WriteEndElement
System.Void