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