Table of Contents

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

element XElement

The XML element to parse.

ToXml()

Converts the parsed data to XML string.

string ToXml()

Returns

string

The XML string representation.