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