Interface IXParser
- Namespace
- SunamoInterfaces.Interfaces
- Assembly
- SunamoInterfaces.dll
Interface for parsing XML using XElement (LINQ to XML).
public interface IXParser
- Extension Methods
Methods
Parse(XElement)
Parses the specified XML element.
void Parse(XElement element)
Parameters
elementXElementThe XML element to parse.
ToXml()
Converts the parsed data to XML string.
string ToXml()
Returns
- string
The XML string representation.