You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/01/31 02:40:33 UTC

cvs commit: xml-xalan/c/src/XPath ElementPrefixResolverProxy.hpp QNameByValue.cpp XPath.cpp XPathExecutionContextDefault.cpp XPathProcessorImpl.cpp

dbertoni    01/01/30 17:40:33

  Modified:    c/src/XPath ElementPrefixResolverProxy.hpp QNameByValue.cpp
                        XPath.cpp XPathExecutionContextDefault.cpp
                        XPathProcessorImpl.cpp
  Log:
  Changes necessary for moving PrefixResolver.cpp and PrefixResolver.hpp to DOMSupport.
  
  Revision  Changes    Path
  1.7       +1 -1      xml-xalan/c/src/XPath/ElementPrefixResolverProxy.hpp
  
  Index: ElementPrefixResolverProxy.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/ElementPrefixResolverProxy.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ElementPrefixResolverProxy.hpp	2001/01/08 18:28:22	1.6
  +++ ElementPrefixResolverProxy.hpp	2001/01/31 01:40:33	1.7
  @@ -65,7 +65,7 @@
   
   
   // Base class header file...
  -#include <XPath/PrefixResolver.hpp>
  +#include <DOMSupport/PrefixResolver.hpp>
   
   
   
  
  
  
  1.3       +1 -1      xml-xalan/c/src/XPath/QNameByValue.cpp
  
  Index: QNameByValue.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/QNameByValue.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- QNameByValue.cpp	2001/01/08 18:28:22	1.2
  +++ QNameByValue.cpp	2001/01/31 01:40:33	1.3
  @@ -65,11 +65,11 @@
   
   #include <DOMSupport/DOMServices.hpp>
   #include <DOMSupport/DOMSupport.hpp>
  +#include <DOMSupport/PrefixResolver.hpp>
   
   
   
   #include "ElementPrefixResolverProxy.hpp"
  -#include "PrefixResolver.hpp"
   
   
   
  
  
  
  1.42      +4 -1      xml-xalan/c/src/XPath/XPath.cpp
  
  Index: XPath.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XPath.cpp,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- XPath.cpp	2001/01/24 16:11:59	1.41
  +++ XPath.cpp	2001/01/31 01:40:33	1.42
  @@ -72,10 +72,13 @@
   
   
   
  +#include <DOMSupport/PrefixResolver.hpp>
  +
  +
  +
   #include "FoundIndex.hpp"
   #include "MutableNodeRefList.hpp"
   #include "QNameByReference.hpp"
  -#include "PrefixResolver.hpp"
   #include "SimpleNodeLocator.hpp"
   #include "XLocator.hpp"
   #include "XPathException.hpp"
  
  
  
  1.32      +1 -1      xml-xalan/c/src/XPath/XPathExecutionContextDefault.cpp
  
  Index: XPathExecutionContextDefault.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathExecutionContextDefault.cpp,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- XPathExecutionContextDefault.cpp	2001/01/16 02:34:46	1.31
  +++ XPathExecutionContextDefault.cpp	2001/01/31 01:40:33	1.32
  @@ -67,12 +67,12 @@
   
   
   #include <DOMSupport/DOMSupport.hpp>
  +#include <DOMSupport/PrefixResolver.hpp>
   
   
   
   #include "FoundIndex.hpp"
   #include "XObjectFactory.hpp"
  -#include "PrefixResolver.hpp"
   #include "ResultTreeFrag.hpp"
   #include "QName.hpp"
   #include "XPathEnvSupport.hpp"
  
  
  
  1.33      +1 -1      xml-xalan/c/src/XPath/XPathProcessorImpl.cpp
  
  Index: XPathProcessorImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathProcessorImpl.cpp,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- XPathProcessorImpl.cpp	2001/01/30 21:59:01	1.32
  +++ XPathProcessorImpl.cpp	2001/01/31 01:40:33	1.33
  @@ -70,10 +70,10 @@
   
   
   #include <DOMSupport/DOMServices.hpp>
  +#include <DOMSupport/PrefixResolver.hpp>
   
   
   
  -#include "PrefixResolver.hpp"
   #include "XPathEnvSupport.hpp"
   #include "XPathExecutionContext.hpp"
   #include "XPathParserException.hpp"