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/06/29 20:48:02 UTC

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

dbertoni    01/06/29 11:48:02

  Modified:    c/src/XPath ElementPrefixResolverProxy.hpp QNameByValue.cpp
                        XPath.cpp XPathExecutionContextDefault.cpp
                        XPathProcessorImpl.cpp
  Log:
  Added PrefixResolver to FormatterListener.  Moved files to PlatformSupport subsystem.
  
  Revision  Changes    Path
  1.9       +3 -3      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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ElementPrefixResolverProxy.hpp	2001/05/14 01:01:15	1.8
  +++ ElementPrefixResolverProxy.hpp	2001/06/29 18:47:54	1.9
  @@ -64,12 +64,12 @@
   
   
   
  -// Base class header file...
  -#include <DOMSupport/PrefixResolver.hpp>
  +#include <XalanDOM/XalanDOMString.hpp>
   
   
   
  -#include <XalanDOM/XalanDOMString.hpp>
  +// Base class header file...
  +#include <PlatformSupport/PrefixResolver.hpp>
   
   
   
  
  
  
  1.5       +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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- QNameByValue.cpp	2001/05/14 01:01:16	1.4
  +++ QNameByValue.cpp	2001/06/29 18:47:55	1.5
  @@ -59,13 +59,13 @@
   
   
   
  +#include <PlatformSupport/PrefixResolver.hpp>
   #include <PlatformSupport/XSLException.hpp>
   
   
   
   #include <DOMSupport/DOMServices.hpp>
   #include <DOMSupport/DOMSupport.hpp>
  -#include <DOMSupport/PrefixResolver.hpp>
   
   
   
  
  
  
  1.56      +1 -4      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.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- XPath.cpp	2001/06/27 18:26:07	1.55
  +++ XPath.cpp	2001/06/29 18:47:56	1.56
  @@ -72,10 +72,7 @@
   
   
   #include <PlatformSupport/DoubleSupport.hpp>
  -
  -
  -
  -#include <DOMSupport/PrefixResolver.hpp>
  +#include <PlatformSupport/PrefixResolver.hpp>
   
   
   
  
  
  
  1.39      +4 -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.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- XPathExecutionContextDefault.cpp	2001/06/14 19:12:15	1.38
  +++ XPathExecutionContextDefault.cpp	2001/06/29 18:47:57	1.39
  @@ -66,8 +66,11 @@
   
   
   
  +#include <PlatformSupport/PrefixResolver.hpp>
  +
  +
  +
   #include <DOMSupport/DOMSupport.hpp>
  -#include <DOMSupport/PrefixResolver.hpp>
   
   
   
  
  
  
  1.42      +2 -2      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.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- XPathProcessorImpl.cpp	2001/06/14 19:12:20	1.41
  +++ XPathProcessorImpl.cpp	2001/06/29 18:47:58	1.42
  @@ -65,12 +65,12 @@
   #include <PlatformSupport/DOMStringHelper.hpp>
   #include <PlatformSupport/DOMStringPrintWriter.hpp>
   #include <PlatformSupport/DoubleSupport.hpp>
  +#include <PlatformSupport/PrefixResolver.hpp>
   #include <PlatformSupport/XalanXMLChar.hpp>
   
   
   
   #include <DOMSupport/DOMServices.hpp>
  -#include <DOMSupport/PrefixResolver.hpp>
   
   
   
  @@ -893,7 +893,7 @@
   void
   XPathProcessorImpl::error(
   			const XalanDOMString&	msg,
  -			XalanNode*				sourceNode) const
  +			XalanNode*				/* sourceNode */) const
   {
   	XalanDOMString	emsg;
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org