Quellcode durchsuchen

2004-08-20 Atsushi Enomoto <[email protected]>

	* System.Xml.dll.sources:
	  added many XQuery implementation internal classes.

svn path=/trunk/mcs/; revision=32569
Atsushi Eno vor 21 Jahren
Ursprung
Commit
8fdff0df97
2 geänderte Dateien mit 18 neuen und 0 gelöschten Zeilen
  1. 5 0
      mcs/class/System.XML/ChangeLog
  2. 13 0
      mcs/class/System.XML/System.Xml.dll.sources

+ 5 - 0
mcs/class/System.XML/ChangeLog

@@ -1,3 +1,8 @@
+2004-08-20  Atsushi Enomoto  <[email protected]>
+
+	* System.Xml.dll.sources:
+	  added many XQuery implementation internal classes.
+
 2004-08-02  Atsushi Enomoto  <[email protected]>
 
 	* System.Xml.dll.sources: added those files:

+ 13 - 0
mcs/class/System.XML/System.Xml.dll.sources

@@ -372,3 +372,16 @@ System.Xml.Query/XQueryTokenizer.cs
 System.Xml.Query/XQueryModuleProlog.cs
 System.Xml.Query/XPath2Expression.cs
 System.Xml.Query/XQueryExpression.cs
+System.Xml.Query/XQueryContext.cs
+System.Xml.Query/XQueryStaticContext.cs
+System.Xml.Query/SequenceType.cs
+System.Xml.Query/XPathSequence.cs
+System.Xml.Query/XQueryFunction.cs
+System.Xml.Query/XQueryFunctionTable.cs
+System.Xml.Query/XQueryCliFunction.cs
+System.Xml.Query/XQueryCompileOptions.cs
+System.Xml.Query/XQueryCompileContext.cs
+System.Xml.Query/XQueryASTCompiler.cs
+System.Xml.Query/XQueryCommandImpl.cs
+System.Xml.Query/XQueryFunctionCliImpl.cs
+