dbertoni 01/03/29 14:16:06
Modified: c/src/XPath XPathEnvSupport.hpp
Log:
Removed XLocator-related interfaces.
Revision Changes Path
1.13 +0 -22 xml-xalan/c/src/XPath/XPathEnvSupport.hpp
Index: XPathEnvSupport.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathEnvSupport.hpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- XPathEnvSupport.hpp 2000/11/21 21:08:33 1.12
+++ XPathEnvSupport.hpp 2001/03/29 22:16:05 1.13
@@ -203,28 +203,6 @@
const XObjectArgVectorType& argVec) const =
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;
-
- /**
* Tells, through the combination of the default-space attribute on
* xsl:stylesheet, xsl:strip-space, xsl:preserve-space, and the
xml:space
* attribute, whether or not extra whitespace should be stripped from
the
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]