santiagopg 2003/10/06 11:18:58 Modified: java/src/org/apache/xalan/xsltc/compiler Stylesheet.java Log: (Committing this again to get the log message right! - c.f. revision 1.54) 1. Added Javadoc comments to instance variables. 2. getAllValidTemplates() now caches result in top-level stylesheet. 3. setSystemId() maps a file system path to a URI (if needed). Revision Changes Path 1.55 +2 -2 xml-xalan/java/src/org/apache/xalan/xsltc/compiler/Stylesheet.java Index: Stylesheet.java =================================================================== RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/compiler/Stylesheet.java,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- Stylesheet.java 6 Oct 2003 18:07:05 -0000 1.54 +++ Stylesheet.java 6 Oct 2003 18:18:57 -0000 1.55 @@ -67,12 +67,12 @@ import java.net.URL; import java.net.MalformedURLException; +import java.util.Vector; import java.util.Enumeration; import java.util.Hashtable; import java.util.Iterator; import java.util.Properties; import java.util.StringTokenizer; -import java.util.Vector; import org.apache.bcel.generic.ANEWARRAY; import org.apache.bcel.generic.ConstantPoolGen;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
