XmlUtils Class
| Namespace | Skybrud.Essentials.Xml |
|---|---|
| Assembly | Skybrud.Essentials.dll |
| Visibility | Public |
| Keywords | Static |
| Inheritance | Object |
Static helper methods for working with XML.
public static class XmlUtils { }
Methods
|
GetInnerXml(XElement)
(static)
Gets the inner XML of the specified |
|
GetOuterXml(XElement)
(static)
Gets the outer XML of the specified |
|
LoadXmlDocument(string)
(static)
Loads the XML document at the specified |
|
Loads the XML document at the specified |
|
LoadXmlElement(string)
(static)
Loads the XML document at specified |
|
Loads the XML document at the specified |
|
ParseXmlDocument(string)
(static)
Parses the specified |
|
Parses the specified |
|
ParseXmlElement(string)
(static)
Parses the specified |
|
Parses the specified |
|
ToString(XDocument)
(static)
Converts the specified |