mkwan       2002/09/30 12:32:06

  Modified:    java/src/org/apache/xalan/xsltc/trax Util.java
  Log:
  Add a wrapper for the noExtName() method in compiler.util.Util.
  The transformerFactoryImpl class makes use of it.
  
  Revision  Changes    Path
  1.2       +6 -2      xml-xalan/java/src/org/apache/xalan/xsltc/trax/Util.java
  
  Index: Util.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/trax/Util.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Util.java 23 Jul 2002 17:40:41 -0000      1.1
  +++ Util.java 30 Sep 2002 19:32:06 -0000      1.2
  @@ -82,7 +82,11 @@
       public static String baseName(String name) {
        return org.apache.xalan.xsltc.compiler.util.Util.baseName(name);
       }
  -
  +    
  +    public static String noExtName(String name) {
  +     return org.apache.xalan.xsltc.compiler.util.Util.noExtName(name);
  +    }
  +    
       /**
        * Creates a SAX2 InputSource object from a TrAX Source object
        */
  
  
  

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

Reply via email to