garyp       00/12/05 12:54:50

  Modified:    java/src/org/apache/xalan/lib/sql StreamableNode.java
  Log:
  Update for DOM Level 2
  
  Revision  Changes    Path
  1.8       +2 -2      
xml-xalan/java/src/org/apache/xalan/lib/sql/StreamableNode.java
  
  Index: StreamableNode.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/lib/sql/StreamableNode.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- StreamableNode.java       2000/11/23 04:57:21     1.7
  +++ StreamableNode.java       2000/12/05 20:54:49     1.8
  @@ -90,7 +90,7 @@
     }
   
     /**
  -   * NEEDSDOC Method supports 
  +   * NEEDSDOC Method isSupported 
      *
      *
      * NEEDSDOC @param feature
  @@ -98,7 +98,7 @@
      *
      * NEEDSDOC (supports) @return
      */
  -  public boolean supports(String feature, String version)
  +  public boolean isSupported(String feature, String version)
     {
       return (AxesWalker.FEATURE_NODETESTFILTER == feature)
              || feature.equals(AxesWalker.FEATURE_NODETESTFILTER);
  
  
  

Reply via email to