dbertoni    01/03/29 14:18:13

  Modified:    c/src/XPath XPathEnvSupportDefault.cpp
                        XPathEnvSupportDefault.hpp
  Log:
  Removed XLocator-related interfaces.
  
  Revision  Changes    Path
  1.24      +1 -19     xml-xalan/c/src/XPath/XPathEnvSupportDefault.cpp
  
  Index: XPathEnvSupportDefault.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathEnvSupportDefault.cpp,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- XPathEnvSupportDefault.cpp        2001/02/12 17:07:08     1.23
  +++ XPathEnvSupportDefault.cpp        2001/03/29 22:18:12     1.24
  @@ -82,7 +82,6 @@
   
   
   
  -#include "SimpleNodeLocator.hpp"
   #include "XObject.hpp"
   #include "XObjectFactory.hpp"
   #include "XPath.hpp"
  @@ -95,9 +94,9 @@
   using std::endl;
   using std::for_each;
   #endif
  -             
   
   
  +
   XPathEnvSupportDefault::NamespaceFunctionTablesType          
XPathEnvSupportDefault::s_externalFunctions;
   
   
  @@ -457,23 +456,6 @@
   
                return XObjectPtr();
        }
  -}
  -
  -
  -
  -XLocator*
  -XPathEnvSupportDefault::getXLocatorFromNode(const XalanNode* /* node */) 
const
  -{
  -     return SimpleNodeLocator::getDefaultInstance();
  -}
  -
  -
  -
  -void
  -XPathEnvSupportDefault::associateXLocatorToNode(
  -                     const XalanNode*        /* node */,
  -                     XLocator*                       /* xlocator */)
  -{
   }
   
   
  
  
  
  1.19      +0 -8      xml-xalan/c/src/XPath/XPathEnvSupportDefault.hpp
  
  Index: XPathEnvSupportDefault.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathEnvSupportDefault.hpp,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- XPathEnvSupportDefault.hpp        2000/11/21 21:08:35     1.18
  +++ XPathEnvSupportDefault.hpp        2001/03/29 22:18:12     1.19
  @@ -206,14 +206,6 @@
                        XalanNode*                                              
context,
                        const XObjectArgVectorType&             argVec) const;
   
  -     virtual XLocator*
  -     getXLocatorFromNode(const XalanNode*    node) const;
  -
  -     virtual void
  -     associateXLocatorToNode(
  -                     const XalanNode*        node,
  -                     XLocator*                       xlocator);
  -
        virtual bool
        shouldStripSourceNode(
                        XPathExecutionContext&  executionContext,
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to