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