dbertoni    01/03/29 14:18:35

  Modified:    c/src/XPath XPathExecutionContext.hpp
  Log:
  Removed XLocator-related interfaces.
  
  Revision  Changes    Path
  1.38      +0 -22     xml-xalan/c/src/XPath/XPathExecutionContext.hpp
  
  Index: XPathExecutionContext.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathExecutionContext.hpp,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- XPathExecutionContext.hpp 2001/03/04 19:42:27     1.37
  +++ XPathExecutionContext.hpp 2001/03/29 22:18:35     1.38
  @@ -298,28 +298,6 @@
                        const XObjectArgVectorType&             argVec) = 0;
   
        /**
  -      * Get an XLocator provider keyed by node.  This gets the association
  -      * based on the root of the tree that is the node's parent.
  -      *
  -      * @param node node for locator
  -      * @return pointer to locator
  -      */
  -     virtual XLocator*
  -     getXLocatorFromNode(const XalanNode*    node) const = 0;
  -
  -     /**
  -      * Associate an XLocator provider to a node.  This makes the association
  -      * based on the root of the tree that is the node's parent.
  -      *
  -      * @param node     node for association
  -      * @param xlocator locator to associate with node
  -      */
  -     virtual void
  -     associateXLocatorToNode(
  -                     const XalanNode*        node,
  -                     XLocator*                       xlocator) = 0;
  -
  -     /**
         * Provides support for XML parsing service.
         *
         * @param urlString location of the XML
  
  
  

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

Reply via email to