Name | Description | |
---|---|---|
![]() | GetAttributesIterator | Gets an iterator that iterates through the attributes of this element. Returns null if the element doesn't have attributes. |
![]() | GetAttributeValue | Returns the value of the attribute with the specified name or null if no such attribute is found. |
![]() ![]() | LoadFromString | Loads an XML element from the given string. |
![]() | RemoveAllAttributes | Removes all attributes of this XML element. |
![]() | RemoveAttribute | Removes the attribute with the given name. |
![]() | SetAttribute | Sets the value of the attribute with the specified name. Appends the attribute to the element if it is not present. |