From: Oleg T. <he...@us...> - 2005-07-20 20:15:56
|
Update of /cvsroot/mvp-xml/EXSLT/v1/src/Exslt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31393/v1/src/Exslt Modified Files: Exslt.csproj ExsltContextFunction.cs ExsltDatesAndTimes.cs ExsltSets.cs ExsltTransform.cs Log Message: Index: ExsltContextFunction.cs =================================================================== RCS file: /cvsroot/mvp-xml/EXSLT/v1/src/Exslt/ExsltContextFunction.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ExsltContextFunction.cs 19 Jul 2005 19:46:54 -0000 1.1 +++ ExsltContextFunction.cs 20 Jul 2005 20:15:39 -0000 1.2 @@ -12,7 +12,7 @@ /// <summary> /// IXsltContextFunction wrapper around extension function. /// </summary> - public class ExsltContextFunction : IXsltContextFunction { + internal class ExsltContextFunction : IXsltContextFunction { private MethodInfo _method; private XPathResultType[] _argTypes; private object _ownerObj; Index: ExsltTransform.cs =================================================================== RCS file: /cvsroot/mvp-xml/EXSLT/v1/src/Exslt/ExsltTransform.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ExsltTransform.cs 19 Jul 2005 19:46:55 -0000 1.1 +++ ExsltTransform.cs 20 Jul 2005 20:15:47 -0000 1.2 @@ -333,7 +333,7 @@ /// list. The extension objects added depend on the value of the SupportedFunctions /// property. /// </summary> - /// <param name="arglist">The argument list</param> + /// <param name="list">The argument list</param> /// <returns>An XsltArgumentList containing the contents of the list passed in /// and objects that implement the EXSLT. </returns> /// <remarks>If null is passed in then a new XsltArgumentList is constructed. </remarks> Index: ExsltSets.cs =================================================================== RCS file: /cvsroot/mvp-xml/EXSLT/v1/src/Exslt/ExsltSets.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ExsltSets.cs 19 Jul 2005 19:46:55 -0000 1.1 +++ ExsltSets.cs 20 Jul 2005 20:15:47 -0000 1.2 @@ -400,7 +400,7 @@ /// This class implements some auxiliary methods /// which should not be exposed in any namespace /// </summary> - public class auxEXSLT + internal class auxEXSLT { public static bool findNode(ArrayList arNodes1, ArrayList arDocs, XPathNavigator currNode) Index: Exslt.csproj =================================================================== RCS file: /cvsroot/mvp-xml/EXSLT/v1/src/Exslt/Exslt.csproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Exslt.csproj 19 Jul 2005 19:46:54 -0000 1.1 +++ Exslt.csproj 20 Jul 2005 20:15:38 -0000 1.2 @@ -198,82 +198,6 @@ BuildAction = "Content" /> <File - RelPath = "ReadMe.htm" - BuildAction = "Content" - /> - <File - RelPath = "doc\buildFuncList.cmd" - BuildAction = "None" - /> - <File - RelPath = "doc\Functions.htm" - BuildAction = "Content" - /> - <File - RelPath = "doc\Functions.xml" - BuildAction = "Content" - /> - <File - RelPath = "doc\Functions.xslt" - BuildAction = "Content" - /> - <File - RelPath = "doc\GDNDatesAndTimes-avg.xml" - BuildAction = "Content" - /> - <File - RelPath = "doc\GDNDatesAndTimes-day-abbreviation.xml" - BuildAction = "Content" - /> - <File - RelPath = "doc\GDNDatesAndTimes-day-name.xml" - BuildAction = "Content" - /> - <File - RelPath = "doc\GDNDatesAndTimes-max.xml" - BuildAction = "Content" - /> - <File - RelPath = "doc\GDNDatesAndTimes-min.xml" - BuildAction = "Content" - /> - <File - RelPath = "doc\GDNDatesAndTimes-month-abbreviation.xml" - BuildAction = "Content" - /> - <File - RelPath = "doc\GDNDatesAndTimes-month-name.xml" - BuildAction = "Content" - /> - <File - RelPath = "doc\GDNDynamic-evaluate.xml" - BuildAction = "Content" - /> - <File - RelPath = "doc\GDNFunctions.xsl" - BuildAction = "Content" - /> - <File - RelPath = "doc\GDNMath-avg.xml" - BuildAction = "Content" - /> - <File - RelPath = "doc\GDNRegularExpressions-tokenize.xml" - BuildAction = "Content" - /> - <File - RelPath = "doc\GDNSets-subset.xml" - BuildAction = "Content" - /> - <File - RelPath = "doc\GDNStrings-lowercase.xml" - BuildAction = "Content" - /> - <File - RelPath = "doc\GDNStrings-uppercase.xml" - BuildAction = "Content" - /> - <File RelPath = "MultiOutput\MultiXmlTextWriter.cs" SubType = "Code" BuildAction = "Compile" Index: ExsltDatesAndTimes.cs =================================================================== RCS file: /cvsroot/mvp-xml/EXSLT/v1/src/Exslt/ExsltDatesAndTimes.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ExsltDatesAndTimes.cs 19 Jul 2005 19:46:54 -0000 1.1 +++ ExsltDatesAndTimes.cs 20 Jul 2005 20:15:47 -0000 1.2 @@ -18,7 +18,7 @@ { private CultureInfo ci = new CultureInfo("en-US"); - protected class ExsltDateTimeFactory + internal protected class ExsltDateTimeFactory { /// <summary> /// Parse a date and time for format-date() @@ -115,7 +115,7 @@ } } - protected abstract class ExsltDateTime + internal protected abstract class ExsltDateTime { public DateTime d; public TimeSpan ts = new TimeSpan(TimeSpan.MinValue.Ticks); @@ -287,7 +287,7 @@ protected abstract string outputFormat {get;} } - protected class DateTimeTZ : ExsltDateTime + internal protected class DateTimeTZ : ExsltDateTime { public DateTimeTZ() : base(){} public DateTimeTZ(string inS) : base(inS){} @@ -313,7 +313,7 @@ } - protected class DateTZ : ExsltDateTime + internal protected class DateTZ : ExsltDateTime { public DateTZ() : base(){} public DateTZ(string inS) : base(inS){} @@ -341,7 +341,7 @@ } } - protected class TimeTZ : ExsltDateTime + internal protected class TimeTZ : ExsltDateTime { public TimeTZ(string inS) : base(inS){} public TimeTZ() : base(){} @@ -368,7 +368,7 @@ } } - protected class YearMonth : ExsltDateTime + internal protected class YearMonth : ExsltDateTime { public YearMonth() : base(){} public YearMonth(string inS) : base(inS){} @@ -395,7 +395,7 @@ } } - protected class YearTZ : ExsltDateTime + internal protected class YearTZ : ExsltDateTime { public YearTZ() : base(){} public YearTZ(string inS) : base(inS){} @@ -423,7 +423,7 @@ } } - protected class Month : ExsltDateTime + internal protected class Month : ExsltDateTime { public Month() : base(){} public Month(string inS) : base(inS){} @@ -451,7 +451,7 @@ } } - protected class Day : ExsltDateTime + internal protected class Day : ExsltDateTime { public Day() : base(){} public Day(string inS) : base(inS){} @@ -479,7 +479,7 @@ } } - protected class MonthDay : ExsltDateTime + internal protected class MonthDay : ExsltDateTime { public MonthDay() : base(){} public MonthDay(string inS) : base(inS){} |