Name | Description | |
---|---|---|
![]() ![]() | CreateElement | Creates an XML element for the given xml document |
![]() ![]() | Deserialize | Makes an object out of the specified XML. |
![]() ![]() | EscapeXmlChars | Escapes XML characters < > and &. |
![]() ![]() | GetAttributeValue | Overloaded. Gets value of the specified attribute from the given XML document |
![]() ![]() | GetElement | Gets an XmlElement object for the given XPath expression from the XML document |
![]() ![]() | GetElementValue | Overloaded. Gets text value from the given XmlElement for node specified by the given XPath expression |
![]() ![]() | GetTopElement | Gets the top element of an XML string. |
![]() ![]() | Iso88591BytesToString | Converts bytes in ISO-8859-1 encoding to a regular string. |
![]() ![]() | Iso88591StreamToString | Converts ISO-8859-1-encoded bytes from a stream to a string. |
![]() ![]() | Serialize | Overloaded. Makes XML out of an object. |
![]() ![]() | SetAttributeValue | Overloaded. Sets value of the specified attribute in the given XML document |
![]() ![]() | SetElementValue | Overloaded. Sets text value of the node specified by the given XPath expression in the given XML document |
![]() ![]() | StringToIso88591Bytes | Converts a string to bytes in ISO-8859-1 encoding. |
![]() ![]() | StringToUtf8Bytes | Converts a string to bytes in UTF-8 encoding. |
![]() ![]() | Utf8BytesToString | Converts bytes in UTF-8 encoding to a regular string. |
![]() ![]() | Utf8StreamToString | Converts UTF8-encoded bytes from a stream to a string. |
![]() ![]() | WriteToFile | Writes an XML document to file. |
![]() ![]() | XML2Dic | Overloaded. Dumps the given xml node in key-value pairs |
![]() ![]() | XmlToString | Outputs an XML document to string |