Name | Description | |
---|---|---|
NXmlElement Constructor | Overloaded. |
The following tables list the members exposed by NXmlElement.
Name | Description | |
---|---|---|
NXmlElement Constructor | Overloaded. |
Name | Description | |
---|---|---|
m_Attributes | A map that holds the attributes of this element. |
Name | Description | |
---|---|---|
AttributeCount | Gets the number of attributes of this XML element. | |
InnerText | Gets/Sets the concatenated values of this element's text and the texts of all of its children. | |
InnerXml | Gets the inner XML of this XML element. | |
NodeType | Overridden. Gets the node type of this XML node. |
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. |