RusticiSoftware.System.Xml.XmlElement
XmlElement
System.Xml.XmlElement
System.Xml.XmlLinkedNode
${this:16}.getAttribute(${att})
System.String
att
GetAttribute
System.String
${this:16}.getElementsByTagName(${name})
System.String
name
GetElementsByTagName
System.Xml.XmlNodeList
${this:16}.hasAttribute(${att})
System.String
att
HasAttribute
System.Boolean
${this:16}.removeAttribute(${att})
System.String
att
RemoveAttribute
System.Void
${this:16}.setAttribute(${name}, ${value})
System.String
name
System.String
value
SetAttribute
System.Void
${this:16}.setAttributeNS(${namespaceURI}, ${localName}, ${value})
System.String
localName
System.String
namespaceURI
System.String
value
SetAttribute
System.Void
${this:16}.setAttributeNode(${att})
System.Xml.XmlAttribute
att
SetAttributeNode
System.Xml.XmlAttribute
System.Boolean
HasAttributes
${this:16}.hasAttributes()
${this:16}.setHasAttributes(${value})