dbertoni 02/02/22 19:15:33
Modified: c/src/XalanSourceTree XalanSourceTreeText.hpp
XalanSourceTreeText.cpp
XalanSourceTreeProcessingInstruction.hpp
XalanSourceTreeProcessingInstruction.cpp
XalanSourceTreeDocumentFragment.hpp
XalanSourceTreeDocumentFragment.cpp
XalanSourceTreeComment.hpp
XalanSourceTreeComment.cpp
Log:
Changed supported() to isSupported() to mirror actual DOM name.
Revision Changes Path
1.4 +1 -1 xml-xalan/c/src/XalanSourceTree/XalanSourceTreeText.hpp
Index: XalanSourceTreeText.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XalanSourceTree/XalanSourceTreeText.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XalanSourceTreeText.hpp 1 Nov 2001 15:51:14 -0000 1.3
+++ XalanSourceTreeText.hpp 23 Feb 2002 03:15:33 -0000 1.4
@@ -381,7 +381,7 @@
* on this node, <code>false</code> otherwise.
*/
virtual bool
- supports(
+ isSupported(
const XalanDOMString& feature,
const XalanDOMString& version) const;
1.9 +1 -1 xml-xalan/c/src/XalanSourceTree/XalanSourceTreeText.cpp
Index: XalanSourceTreeText.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XalanSourceTree/XalanSourceTreeText.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- XalanSourceTreeText.cpp 1 Nov 2001 15:51:14 -0000 1.8
+++ XalanSourceTreeText.cpp 23 Feb 2002 03:15:33 -0000 1.9
@@ -293,7 +293,7 @@
bool
-XalanSourceTreeText::supports(
+XalanSourceTreeText::isSupported(
const XalanDOMString& /* feature */,
const XalanDOMString& /* version */) const
{
1.4 +1 -1
xml-xalan/c/src/XalanSourceTree/XalanSourceTreeProcessingInstruction.hpp
Index: XalanSourceTreeProcessingInstruction.hpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/XalanSourceTree/XalanSourceTreeProcessingInstruction.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XalanSourceTreeProcessingInstruction.hpp 1 Nov 2001 15:51:14 -0000
1.3
+++ XalanSourceTreeProcessingInstruction.hpp 23 Feb 2002 03:15:33 -0000
1.4
@@ -374,7 +374,7 @@
* on this node, <code>false</code> otherwise.
*/
virtual bool
- supports(
+ isSupported(
const XalanDOMString& feature,
const XalanDOMString& version) const;
1.6 +1 -1
xml-xalan/c/src/XalanSourceTree/XalanSourceTreeProcessingInstruction.cpp
Index: XalanSourceTreeProcessingInstruction.cpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/XalanSourceTree/XalanSourceTreeProcessingInstruction.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- XalanSourceTreeProcessingInstruction.cpp 1 Nov 2001 15:51:14 -0000
1.5
+++ XalanSourceTreeProcessingInstruction.cpp 23 Feb 2002 03:15:33 -0000
1.6
@@ -306,7 +306,7 @@
bool
-XalanSourceTreeProcessingInstruction::supports(
+XalanSourceTreeProcessingInstruction::isSupported(
const XalanDOMString& /* feature */,
const XalanDOMString& /* version */) const
{
1.3 +1 -1
xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDocumentFragment.hpp
Index: XalanSourceTreeDocumentFragment.hpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDocumentFragment.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XalanSourceTreeDocumentFragment.hpp 1 Nov 2001 15:51:14 -0000
1.2
+++ XalanSourceTreeDocumentFragment.hpp 23 Feb 2002 03:15:33 -0000
1.3
@@ -156,7 +156,7 @@
normalize();
virtual bool
- supports(
+ isSupported(
const XalanDOMString& feature,
const XalanDOMString& version) const;
1.3 +1 -1
xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDocumentFragment.cpp
Index: XalanSourceTreeDocumentFragment.cpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDocumentFragment.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XalanSourceTreeDocumentFragment.cpp 1 Nov 2001 15:51:14 -0000
1.2
+++ XalanSourceTreeDocumentFragment.cpp 23 Feb 2002 03:15:33 -0000
1.3
@@ -278,7 +278,7 @@
bool
-XalanSourceTreeDocumentFragment::supports(
+XalanSourceTreeDocumentFragment::isSupported(
const XalanDOMString& /* feature */,
const XalanDOMString& /* version */) const
{
1.5 +1 -1
xml-xalan/c/src/XalanSourceTree/XalanSourceTreeComment.hpp
Index: XalanSourceTreeComment.hpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/XalanSourceTree/XalanSourceTreeComment.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- XalanSourceTreeComment.hpp 1 Nov 2001 15:51:14 -0000 1.4
+++ XalanSourceTreeComment.hpp 23 Feb 2002 03:15:33 -0000 1.5
@@ -391,7 +391,7 @@
* on this node, <code>false</code> otherwise.
*/
virtual bool
- supports(
+ isSupported(
const XalanDOMString& feature,
const XalanDOMString& version) const;
1.8 +1 -1
xml-xalan/c/src/XalanSourceTree/XalanSourceTreeComment.cpp
Index: XalanSourceTreeComment.cpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/XalanSourceTree/XalanSourceTreeComment.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- XalanSourceTreeComment.cpp 1 Nov 2001 15:51:14 -0000 1.7
+++ XalanSourceTreeComment.cpp 23 Feb 2002 03:15:33 -0000 1.8
@@ -305,7 +305,7 @@
bool
-XalanSourceTreeComment::supports(
+XalanSourceTreeComment::isSupported(
const XalanDOMString& /* feature */,
const XalanDOMString& /* version */) const
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]