dbertoni    02/02/07 17:47:22

  Modified:    c/src/XalanDOM XalanAttr.hpp XalanCDATASection.hpp
                        XalanCharacterData.hpp XalanComment.hpp
                        XalanDocument.hpp XalanDocumentFragment.hpp
                        XalanDocumentType.hpp XalanElement.hpp
                        XalanEntity.hpp XalanEntityReference.hpp
                        XalanNode.hpp XalanNotation.hpp
                        XalanProcessingInstruction.hpp XalanText.hpp
  Log:
  Changed supported() to isSupported() to mirror actual DOM name.
  
  Revision  Changes    Path
  1.5       +1 -1      xml-xalan/c/src/XalanDOM/XalanAttr.hpp
  
  Index: XalanAttr.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanDOM/XalanAttr.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XalanAttr.hpp     2 Nov 2000 01:46:40 -0000       1.4
  +++ XalanAttr.hpp     8 Feb 2002 01:47:21 -0000       1.5
  @@ -350,7 +350,7 @@
         * on this node, <code>false</code> otherwise.
         */
        virtual bool
  -     supports(
  +     isSupported(
                        const XalanDOMString&   feature,
                        const XalanDOMString&   version) const = 0;
   
  
  
  
  1.4       +1 -1      xml-xalan/c/src/XalanDOM/XalanCDATASection.hpp
  
  Index: XalanCDATASection.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanDOM/XalanCDATASection.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XalanCDATASection.hpp     2 Nov 2000 01:46:40 -0000       1.3
  +++ XalanCDATASection.hpp     8 Feb 2002 01:47:21 -0000       1.4
  @@ -345,7 +345,7 @@
         * on this node, <code>false</code> otherwise.
         */
        virtual bool
  -     supports(
  +     isSupported(
                        const XalanDOMString&   feature,
                        const XalanDOMString&   version) const = 0;
   
  
  
  
  1.5       +1 -1      xml-xalan/c/src/XalanDOM/XalanCharacterData.hpp
  
  Index: XalanCharacterData.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanDOM/XalanCharacterData.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XalanCharacterData.hpp    2 Nov 2000 01:46:40 -0000       1.4
  +++ XalanCharacterData.hpp    8 Feb 2002 01:47:21 -0000       1.5
  @@ -344,7 +344,7 @@
         * on this node, <code>false</code> otherwise.
         */
        virtual bool
  -     supports(
  +     isSupported(
                        const XalanDOMString&   feature,
                        const XalanDOMString&   version) const = 0;
   
  
  
  
  1.5       +1 -1      xml-xalan/c/src/XalanDOM/XalanComment.hpp
  
  Index: XalanComment.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanDOM/XalanComment.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XalanComment.hpp  2 Nov 2000 01:46:40 -0000       1.4
  +++ XalanComment.hpp  8 Feb 2002 01:47:21 -0000       1.5
  @@ -345,7 +345,7 @@
         * on this node, <code>false</code> otherwise.
         */
        virtual bool
  -     supports(
  +     isSupported(
                        const XalanDOMString&   feature,
                        const XalanDOMString&   version) const = 0;
   
  
  
  
  1.6       +1 -1      xml-xalan/c/src/XalanDOM/XalanDocument.hpp
  
  Index: XalanDocument.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanDOM/XalanDocument.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XalanDocument.hpp 6 Aug 2001 01:35:09 -0000       1.5
  +++ XalanDocument.hpp 8 Feb 2002 01:47:21 -0000       1.6
  @@ -359,7 +359,7 @@
         * on this node, <code>false</code> otherwise.
         */
        virtual bool
  -     supports(
  +     isSupported(
                        const XalanDOMString&   feature,
                        const XalanDOMString&   version) const = 0;
   
  
  
  
  1.5       +1 -1      xml-xalan/c/src/XalanDOM/XalanDocumentFragment.hpp
  
  Index: XalanDocumentFragment.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanDOM/XalanDocumentFragment.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XalanDocumentFragment.hpp 2 Nov 2000 01:46:40 -0000       1.4
  +++ XalanDocumentFragment.hpp 8 Feb 2002 01:47:21 -0000       1.5
  @@ -160,7 +160,7 @@
        normalize() = 0;
   
        virtual bool
  -     supports(
  +     isSupported(
                        const XalanDOMString&   feature,
                        const XalanDOMString&   version) const = 0;
   
  
  
  
  1.5       +1 -1      xml-xalan/c/src/XalanDOM/XalanDocumentType.hpp
  
  Index: XalanDocumentType.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanDOM/XalanDocumentType.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XalanDocumentType.hpp     2 Nov 2000 01:46:40 -0000       1.4
  +++ XalanDocumentType.hpp     8 Feb 2002 01:47:21 -0000       1.5
  @@ -352,7 +352,7 @@
         * on this node, <code>false</code> otherwise.
         */
        virtual bool
  -     supports(
  +     isSupported(
                        const XalanDOMString&   feature,
                        const XalanDOMString&   version) const = 0;
   
  
  
  
  1.5       +1 -1      xml-xalan/c/src/XalanDOM/XalanElement.hpp
  
  Index: XalanElement.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanDOM/XalanElement.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XalanElement.hpp  2 Nov 2000 01:46:40 -0000       1.4
  +++ XalanElement.hpp  8 Feb 2002 01:47:22 -0000       1.5
  @@ -349,7 +349,7 @@
         * on this node, <code>false</code> otherwise.
         */
        virtual bool
  -     supports(
  +     isSupported(
                        const XalanDOMString&   feature,
                        const XalanDOMString&   version) const = 0;
   
  
  
  
  1.5       +1 -1      xml-xalan/c/src/XalanDOM/XalanEntity.hpp
  
  Index: XalanEntity.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanDOM/XalanEntity.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XalanEntity.hpp   2 Nov 2000 01:46:40 -0000       1.4
  +++ XalanEntity.hpp   8 Feb 2002 01:47:22 -0000       1.5
  @@ -343,7 +343,7 @@
         * on this node, <code>false</code> otherwise.
         */
        virtual bool
  -     supports(
  +     isSupported(
                        const XalanDOMString&   feature,
                        const XalanDOMString&   version) const = 0;
   
  
  
  
  1.5       +1 -1      xml-xalan/c/src/XalanDOM/XalanEntityReference.hpp
  
  Index: XalanEntityReference.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanDOM/XalanEntityReference.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XalanEntityReference.hpp  2 Nov 2000 01:46:40 -0000       1.4
  +++ XalanEntityReference.hpp  8 Feb 2002 01:47:22 -0000       1.5
  @@ -342,7 +342,7 @@
         * on this node, <code>false</code> otherwise.
         */
        virtual bool
  -     supports(
  +     isSupported(
                        const XalanDOMString&   feature,
                        const XalanDOMString&   version) const = 0;
   
  
  
  
  1.5       +1 -1      xml-xalan/c/src/XalanDOM/XalanNode.hpp
  
  Index: XalanNode.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanDOM/XalanNode.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XalanNode.hpp     2 Nov 2000 01:46:41 -0000       1.4
  +++ XalanNode.hpp     8 Feb 2002 01:47:22 -0000       1.5
  @@ -363,7 +363,7 @@
         * on this node, <code>false</code> otherwise.
         */
        virtual bool
  -     supports(
  +     isSupported(
                        const XalanDOMString&   feature,
                        const XalanDOMString&   version) const = 0;
   
  
  
  
  1.5       +1 -1      xml-xalan/c/src/XalanDOM/XalanNotation.hpp
  
  Index: XalanNotation.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanDOM/XalanNotation.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XalanNotation.hpp 2 Nov 2000 01:46:41 -0000       1.4
  +++ XalanNotation.hpp 8 Feb 2002 01:47:22 -0000       1.5
  @@ -342,7 +342,7 @@
         * on this node, <code>false</code> otherwise.
         */
        virtual bool
  -     supports(
  +     isSupported(
                        const XalanDOMString&   feature,
                        const XalanDOMString&   version) const = 0;
   
  
  
  
  1.5       +1 -1      xml-xalan/c/src/XalanDOM/XalanProcessingInstruction.hpp
  
  Index: XalanProcessingInstruction.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanDOM/XalanProcessingInstruction.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XalanProcessingInstruction.hpp    2 Nov 2000 01:46:41 -0000       1.4
  +++ XalanProcessingInstruction.hpp    8 Feb 2002 01:47:22 -0000       1.5
  @@ -342,7 +342,7 @@
         * on this node, <code>false</code> otherwise.
         */
        virtual bool
  -     supports(
  +     isSupported(
                        const XalanDOMString&   feature,
                        const XalanDOMString&   version) const = 0;
   
  
  
  
  1.5       +1 -1      xml-xalan/c/src/XalanDOM/XalanText.hpp
  
  Index: XalanText.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanDOM/XalanText.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XalanText.hpp     2 Nov 2000 01:46:41 -0000       1.4
  +++ XalanText.hpp     8 Feb 2002 01:47:22 -0000       1.5
  @@ -345,7 +345,7 @@
         * on this node, <code>false</code> otherwise.
         */
        virtual bool
  -     supports(
  +     isSupported(
                        const XalanDOMString&   feature,
                        const XalanDOMString&   version) const = 0;
   
  
  
  

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

Reply via email to