sboag       00/11/22 16:01:03

  Modified:    java/src/org/apache/xpath/compiler Keywords.java
  Log:
  Made FUNC_KEY_STRING public, so it can be accessed for recursive key 
evaluation check.
  
  Revision  Changes    Path
  1.3       +1 -1      
xml-xalan/java/src/org/apache/xpath/compiler/Keywords.java
  
  Index: Keywords.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xpath/compiler/Keywords.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Keywords.java     2000/10/30 18:59:22     1.2
  +++ Keywords.java     2000/11/23 00:01:03     1.3
  @@ -174,7 +174,7 @@
     private static final String FUNC_IDREF_STRING = "idref";
   
     /** NEEDSDOC Field FUNC_KEY_STRING          */
  -  static final String FUNC_KEY_STRING = "key";
  +  public static final String FUNC_KEY_STRING = "key";
   
     /** NEEDSDOC Field FUNC_KEYREF_STRING          */
     private static final String FUNC_KEYREF_STRING = "keyref";
  
  
  

Reply via email to