* IHasXmlParserContext.cs, IHasXmlSchemaInfo.cs : internal. svn path=/trunk/mcs/; revision=29267
@@ -1,3 +1,7 @@
+2004-06-11 Atsushi Enomoto <[email protected]>
+
+ * IHasXmlParserContext.cs, IHasXmlSchemaInfo.cs : internal.
2004-06-10 Atsushi Enomoto <[email protected]>
* XmlNodeWriter.cs : it's internal.
@@ -12,7 +12,7 @@ using System.Xml;
namespace Mono.Xml
{
- public interface IHasXmlParserContext
+ internal interface IHasXmlParserContext
XmlParserContext ParserContext { get; }
}
- public interface IHasXmlSchemaInfo
+ internal interface IHasXmlSchemaInfo
object SchemaType { get; }