Home | History | Annotate | Download | only in serializer

Lines Matching refs:Properties

30 import java.util.Properties;
55 // name of default properties file to look for in JDK's jre/lib directory
57 "xalan.properties";
64 /** cache the contents of the xalan.properties file.
69 private static Properties fXalanProperties = null;
72 * Cache the time stamp of the xalan.properties file so
120 * of the properties file. If none specified,
121 * ${java.home}/lib/xalan.properties will be used.
167 * of the properties file. If none specified,
168 * ${java.home}/lib/xalan.properties will be used.
195 * of the properties file. If none specified,
196 * ${java.home}/lib/xalan.properties will be used.
249 * of the properties file. If none specified,
250 * ${java.home}/lib/xalan.properties will be used.
274 // $java.home/lib/xalan.properties
276 // no properties file name specified; use
277 // $JAVA_HOME/lib/xalan.properties:
317 // must never have attempted to read xalan.properties
319 fXalanProperties = new Properties();
348 Properties props = new Properties();