Home | History | Annotate | Download | only in validation

Lines Matching refs:Properties

31 import java.util.Properties;
51 * <p>Cache properties for performance.</p>
53 private static Properties cacheProps = new Properties();
204 "lib" + File.separator + "jaxp.properties";
208 // try to read from $java.home/lib/jaxp.properties
216 if (debug) debugPrintln("Read properties file " + f);
223 if (debug) debugPrintln("found " + factoryClassName + " in $java.home/jaxp.properties");
238 // try to read from $java.home/lib/jaxp.properties
242 "lib" + File.separator + "jaxp.properties";
253 debugPrintln("failed to read $java.home/lib/jaxp.properties");