| XmlHelper Class |
Namespace: com.softwarekey.Client.Utils
The XmlHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| AddNewElement(XmlDocument, String, DateTime) | Adds a new XML element to an XML document. | |
| AddNewElement(XmlDocument, String, Decimal) | Adds a new XML element to an XML document. | |
| AddNewElement(XmlDocument, String, Double) | Adds a new XML element to an XML document. | |
| AddNewElement(XmlDocument, String, Int32) | Adds a new XML element to an XML document. | |
| AddNewElement(XmlDocument, String, String) | Adds a new XML element to an XML document. | |
| AddNewElement(XmlDocument, XmlElement, String, DateTime) | Adds a new XML element to an XML document's referenced node | |
| AddNewElement(XmlDocument, XmlElement, String, Decimal) | Adds a new XML element to an XML document's referenced node. | |
| AddNewElement(XmlDocument, XmlElement, String, Double) | Adds a new XML element to an XML document's referenced node. | |
| AddNewElement(XmlDocument, XmlElement, String, Int32) | Adds a new XML element to an XML document's referenced node. | |
| AddNewElement(XmlDocument, XmlElement, String, String) | Adds a new XML element to an XML document's referenced node. | |
| CreateDocument | Creates a new, empty XML document. | |
| GetIso8601DateTimeNodeValue | Gets an XML node's ISO-8601 value and stores it to a DateTime variable (converted to local time automatically). | |
| GetNodeValue(XmlNode, String, Boolean) | Gets an XML node's value and stores it to a Boolean variable. | |
| GetNodeValue(XmlNode, String, DateTime) | Gets an XML node's value and stores it to an DateTime variable. | |
| GetNodeValue(XmlNode, String, Decimal) | Gets an XML node's value and stores it to a decimal variable. | |
| GetNodeValue(XmlNode, String, Int32) | Gets an XML node's value and stores it to an Int32 variable. | |
| GetNodeValue(XmlNode, String, String) | Gets an XML node's value and stores it to a string variable. | |
| GetNodeValue(XmlNode, String, String, Boolean) | Gets an XML node's value and stores it to a string variable. | |
| ImportDocument(XmlDocument, XmlDocument) | Imports an xml document as a child element of the document element | |
| ImportDocument(XmlDocument, XmlElement, XmlDocument) | Imports an xml document as a child element of the specified element |