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