dbertoni 02/02/22 19:36:16
Modified: c/src/XSLT Stylesheet.cpp Stylesheet.hpp
Log:
Changed supported() to isSupported() to mirror actual DOM name.
Revision Changes Path
1.71 +1 -1 xml-xalan/c/src/XSLT/Stylesheet.cpp
Index: Stylesheet.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/Stylesheet.cpp,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- Stylesheet.cpp 4 Jan 2002 17:16:08 -0000 1.70
+++ Stylesheet.cpp 23 Feb 2002 03:36:16 -0000 1.71
@@ -1560,7 +1560,7 @@
bool
-Stylesheet::supports(
+Stylesheet::isSupported(
const XalanDOMString& /* feature */,
const XalanDOMString& /* version */) const
{
1.42 +1 -1 xml-xalan/c/src/XSLT/Stylesheet.hpp
Index: Stylesheet.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/Stylesheet.hpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- Stylesheet.hpp 26 Nov 2001 23:21:44 -0000 1.41
+++ Stylesheet.hpp 23 Feb 2002 03:36:16 -0000 1.42
@@ -1015,7 +1015,7 @@
normalize();
virtual bool
- supports(
+ isSupported(
const XalanDOMString& feature,
const XalanDOMString& version) const;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]