From: Daniel C. \(kzu\) <dca...@us...> - 2005-05-28 20:14:51
|
Update of /cvsroot/mvp-xml/Common/v1/src/XPath In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10497/v1/src/XPath Modified Files: DynamicContext.cs IndexingXPathNavigator.cs SubtreeeXPathNavigator.cs XPathCache.cs XPathIteratorReader.cs XPathNavigatorReader.cs XPathVariable.cs Log Message: Edited my email. Added Create(object value) to XmlNodeFactory. See http://weblogs.asp.net/cazzu/posts/xmlmessageperformance.aspx. Index: XPathNavigatorReader.cs =================================================================== RCS file: /cvsroot/mvp-xml/Common/v1/src/XPath/XPathNavigatorReader.cs,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- XPathNavigatorReader.cs 4 Jan 2005 09:39:25 -0000 1.8 +++ XPathNavigatorReader.cs 28 May 2005 20:14:41 -0000 1.9 @@ -24,7 +24,7 @@ /// This is done at construction time. /// <para>The navigator is cloned at construction time to avoid side-effects /// in calling code.</para> - /// <para>Author: Daniel Cazzulino, kz...@as...</para> + /// <para>Author: Daniel Cazzulino, kz...@gm...</para> /// See: http://weblogs.asp.net/cazzu/archive/2004/04/19/115966.aspx and /// http://weblogs.asp.net/cazzu/archive/2004/05/10/129101.aspx. /// </remarks> Index: DynamicContext.cs =================================================================== RCS file: /cvsroot/mvp-xml/Common/v1/src/XPath/DynamicContext.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- DynamicContext.cs 27 Sep 2004 16:27:12 -0000 1.1 +++ DynamicContext.cs 28 May 2005 20:14:41 -0000 1.2 @@ -19,7 +19,7 @@ /// <remarks> /// This class is responsible for resolving variables during dynamic expression execution. /// <para>Discussed in http://weblogs.asp.net/cazzu/archive/2003/10/07/30888.aspx</para> - /// <para>Author: Daniel Cazzulino, kz...@as...</para> + /// <para>Author: Daniel Cazzulino, kz...@gm...</para> /// </remarks> public class DynamicContext : XsltContext { Index: XPathCache.cs =================================================================== RCS file: /cvsroot/mvp-xml/Common/v1/src/XPath/XPathCache.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- XPathCache.cs 19 Oct 2004 07:15:07 -0000 1.2 +++ XPathCache.cs 28 May 2005 20:14:41 -0000 1.3 @@ -14,7 +14,7 @@ /// </summary> /// <remarks> /// Discussed at http://weblogs.asp.net/cazzu/archive/2004/04/02/106667.aspx - /// <para>Author: Daniel Cazzulino, kz...@as...</para> + /// <para>Author: Daniel Cazzulino, kz...@gm...</para> /// </remarks> public sealed class XPathCache { Index: XPathIteratorReader.cs =================================================================== RCS file: /cvsroot/mvp-xml/Common/v1/src/XPath/XPathIteratorReader.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- XPathIteratorReader.cs 27 Sep 2004 16:27:12 -0000 1.1 +++ XPathIteratorReader.cs 28 May 2005 20:14:41 -0000 1.2 @@ -20,7 +20,7 @@ /// The reader exposes a new root element enclosing all navigators from the /// iterator. This root node is configured in the constructor, by /// passing the desired name and optional namespace for it. - /// <para>Author: Daniel Cazzulino, kz...@as...</para> + /// <para>Author: Daniel Cazzulino, kz...@gm...</para> /// See: http://weblogs.asp.net/cazzu/archive/2004/04/26/120684.aspx /// </remarks> public class XPathIteratorReader : XmlTextReader, IXmlSerializable Index: SubtreeeXPathNavigator.cs =================================================================== RCS file: /cvsroot/mvp-xml/Common/v1/src/XPath/SubtreeeXPathNavigator.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- SubtreeeXPathNavigator.cs 27 Sep 2004 16:27:12 -0000 1.1 +++ SubtreeeXPathNavigator.cs 28 May 2005 20:14:41 -0000 1.2 @@ -16,7 +16,7 @@ /// by limiting the scope of the navigator to that received /// at construction time. /// </summary> - /// <remarks>Author: Daniel Cazzulino, kz...@as... + /// <remarks>Author: Daniel Cazzulino, kz...@gm... /// <para>See http://weblogs.asp.net/cazzu/archive/2004/06/24/164243.aspx</para> /// </remarks> public class SubtreeeXPathNavigator : XPathNavigator Index: IndexingXPathNavigator.cs =================================================================== RCS file: /cvsroot/mvp-xml/Common/v1/src/XPath/IndexingXPathNavigator.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- IndexingXPathNavigator.cs 27 Sep 2004 16:27:12 -0000 1.1 +++ IndexingXPathNavigator.cs 28 May 2005 20:14:41 -0000 1.2 @@ -19,7 +19,7 @@ /// on preindexed selections. /// </summary> /// <remarks>Author: Oleg Tkachenko, ol...@tk... - /// Contributors: Daniel Cazzulino, kz...@as... + /// Contributors: Daniel Cazzulino, kz...@gm... /// <para>See http://www.tkachenko.com/blog/archives/000194.html</para> /// </remarks> public class IndexingXPathNavigator : XPathNavigator Index: XPathVariable.cs =================================================================== RCS file: /cvsroot/mvp-xml/Common/v1/src/XPath/XPathVariable.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- XPathVariable.cs 27 Sep 2004 16:27:12 -0000 1.1 +++ XPathVariable.cs 28 May 2005 20:14:41 -0000 1.2 @@ -10,7 +10,7 @@ /// Represents a variable to use in dynamic XPath expression /// queries. /// </summary> - /// <remarks>Author: Daniel Cazzulino, kz...@as...</remarks> + /// <remarks>Author: Daniel Cazzulino, kz...@gm...</remarks> public struct XPathVariable { #region Ctor |