(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / Microsoft.Web.Services / Microsoft.Web.Services / IXmlElement.cs
blob6d2d46a1d3fe936b659dbd4ced1e1548bc8fd998
1 //
2 // IXmlElement.cs: Interface IXmlElement
3 //
4 // Author:
5 // Sebastien Pouliot (spouliot@motus.com)
6 //
7 // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
8 //
10 using System.Xml;
12 namespace Microsoft.Web.Services {
14 public interface IXmlElement {
16 XmlElement GetXml (XmlDocument document);
18 void LoadXml (XmlElement element);