RusticiSoftware.System.Xml.XmlDocument
XmlDocument
System.Xml.XmlDocument
System.Xml.XmlNode
${this:16}.load(${p})
System.String
p
Load
System.Void
${this:16}.load(${txtReader})
System.IO.TextReader
txtReader
Load
System.Void
${this:16}.load(${stream})
System.IO.Stream
stream
Load
System.Void
${this:16}.loadXml(${xml})
System.String
xml
LoadXml
System.Void
${this:16}.getElementsByTagName(${name})
System.String
name
GetElementsByTagName
System.Xml.XmlNodeList
${this:16}.createCDataSection(${data})
System.String
data
CreateCDataSection
System.Xml.XmlCDataSection
${this:16}.createComment(${data})
System.String
data
CreateComment
System.Xml.XmlComment
${this:16}.createAttribute(${name})
System.String
name
CreateAttribute
System.Xml.XmlAttribute
${this:16}.createAttribute(${qualifiedName},${namespaceURI})
System.String
qualifiedName
System.String
namespaceURI
CreateAttribute
System.Xml.XmlAttribute
${this:16}.createAttribute(${prefix},${localName},${namespaceURI})
System.String
prefix
System.String
localName
System.String
namespaceURI
CreateAttribute
System.Xml.XmlAttribute
${this:16}.createElement(${name})
System.String
name
CreateElement
System.Xml.XmlElement
${this:16}.createElement(${qualifiedName}, ${namespaceURI})
System.String
qualifiedName
System.String
namespaceURI
CreateElement
System.Xml.XmlElement
${this:16}.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:16}.createText(${value})
System.String
value
CreateTextNode
System.Xml.XmlText
${this:16}.save(${p})
System.String
p
Save
System.Void
${this:16}.getDocumentElement()
System.Xml.XmlElement
DocumentElement
${this:16}.getDocumentElement()
${this:16}.setDocumentElement(${value})
new XmlDocument()
new XmlDocument()
System.Xml.XmlNameTable
nt