Interface IXmlParser
- Namespace
- SunamoInterfaces.Interfaces
- Assembly
- SunamoInterfaces.dll
Interface for parsing XML using XmlNode.
public interface IXmlParser
- Extension Methods
Methods
Parse(XmlNode)
Parses the specified XML node.
void Parse(XmlNode node)
Parameters
nodeXmlNodeThe XML node to parse.
ToXml()
Converts the parsed data to XML string.
string ToXml()
Returns
- string
The XML string representation.