RusticiSoftware.System.Xml.XmlDocument XmlDocument System.Xml.XmlDocument System.Xml.XmlNode ${this}.load(${p}) System.String p Load System.Void ${this}.load(${txtReader}) System.IO.TextReader txtReader Load System.Void ${this}.load(${stream}) System.IO.Stream stream Load System.Void ${this}.loadXml(${xml}) System.String xml LoadXml System.Void ${this}.getElementsByTagName(${name}) System.String name GetElementsByTagName System.Xml.XmlNodeList ${this}.createCDataSection(${data}) System.String data CreateCDataSection System.Xml.XmlCDataSection ${this}.createComment(${data}) System.String data CreateComment System.Xml.XmlComment ${this}.createAttribute(${name}) System.String name CreateAttribute System.Xml.XmlAttribute ${this}.createAttribute(${qualifiedName},${namespaceURI}) System.String qualifiedName System.String namespaceURI CreateAttribute System.Xml.XmlAttribute ${this}.createAttribute(${prefix},${localName},${namespaceURI}) System.String prefix System.String localName System.String namespaceURI CreateAttribute System.Xml.XmlAttribute ${this}.createElement(${name}) System.String name CreateElement System.Xml.XmlElement ${this}.createElement(${qualifiedName}, ${namespaceURI}) System.String qualifiedName System.String namespaceURI CreateElement System.Xml.XmlElement ${this}.createElement(${prefix}, ${localName}, ${namespaceURI}) System.String prefix System.String localName System.String namespaceURI CreateElement System.Xml.XmlElement RusticiSoftware.System.Xml.XmlDeclaration new XmlDeclaration(${version},${encoding},${standalone}) System.String version System.String encoding System.String standalone CreateXmlDeclaration System.Xml.XmlDeclaration ${this}.createText(${value}) System.String value CreateTextNode System.Xml.XmlText ${this}.save(${p}) System.String p Save System.Void ${this}.getDocumentElement() System.Xml.XmlElement DocumentElement ${this}.getDocumentElement() ${this}.setDocumentElement(${value}) new XmlDocument() new XmlDocument() System.Xml.XmlNameTable nt