XmlHelpers Class
Namespace | Skybrud.Essentials.Xml |
---|---|
Assembly | Skybrud.Essentials.dll |
Visibility | Public |
Keywords | Static |
Inheritance | Object |
Static helper methods for working with XML.
[Obsolete("Use the XmlUtils class instead.")]
public static class XmlHelpers { }
Methods
LoadXmlDocument(string)
(static)
Loads the XML document at specified |
Loads the XML document at specified |
LoadXmlElement(string)
(static)
Loads the XML document at specified |
Loads the XML document at specified |
ParseXmlDocument(string)
(static)
Parses the specified |
Parses the specified |
ParseXmlElement(string)
(static)
Parses the specified |
Parses the specified |