copy sys.xml dummy types here
authorJb Evain <jbevain@gmail.com>
Sun, 13 Apr 2008 15:07:10 +0000 (15:07 -0000)
committerJb Evain <jbevain@gmail.com>
Sun, 13 Apr 2008 15:07:10 +0000 (15:07 -0000)
svn path=/trunk/mcs/; revision=100571

1  2 
mcs/class/System.XML/System.Xml.Schema/XmlSchemaDatatype_2_1.cs
mcs/class/System.XML/net_2_1_raw_System.Xml.dll.sources

index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..b5410125f23c93acc45562f0994c88e1a59cd18b
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,35 @@@
++using System;
++
++#if NET_2_1
++
++namespace System.Xml
++{
++      // note that they do not exist in SL
++      public class XmlSchemaDatatype
++      {
++              public object ParseValue (string s, object o1, object o2)
++              {
++                      throw new NotImplementedException ();
++              }
++
++              public string Normalize (string s)
++              {
++                      throw new NotImplementedException ();
++              }
++
++              public XmlTokenizedType TokenizedType {
++                      get { throw new NotImplementedException (); }
++              }
++
++              public static XmlSchemaDatatype FromName (string name)
++              {
++                      throw new NotImplementedException ();
++              }
++      }
++
++      internal class XmlSchemaAttribute
++      {
++      }
++}
++
++#endif
index 9904cf0114b0973d52ec92a1cdea425c21832a80,9904cf0114b0973d52ec92a1cdea425c21832a80..2ca6e00b71e588070a43b748bb6db5c5f2529dff
@@@ -10,7 -10,7 +10,6 @@@
  ../corlib/System.Collections/IHashCodeProvider.cs
  ../corlib/System.Collections/Queue.cs
  ../corlib/System.Collections/Stack.cs
--../System.Xml.Core/DummySystemXmlCore.cs
  Assembly/AssemblyInfo.cs
  Mono.Xml/IHasXmlParserContext.cs
  Mono.Xml/SubtreeXmlReader.cs
@@@ -57,3 -57,3 +56,4 @@@ System.Xml/XmlTokenizedType.c
  System.Xml/XmlUrlResolver.cs
  System.Xml/XmlWriter.cs
  System.Xml/XmlWriterSettings.cs
++System.Xml.Schema/XmlSchemaDatatype_2_1.cs