Home | History | Annotate | Download | only in validation

Lines Matching defs:debugPrintln

77     private static void debugPrintln(String msg) {
108 debugPrintln("using thread context class loader ("+classLoader+") for search");
113 debugPrintln("using system class loader ("+classLoader+") for search");
117 debugPrintln("using class loader (" + classLoader + ") for search");
140 debugPrintln("factory '" + f.getClass().getName() + "' was found for " + schemaLanguage);
142 debugPrintln("unable to find a factory for " + schemaLanguage);
161 if (debug) debugPrintln("Looking up system property '"+propertyName+"'" );
164 if (debug) debugPrintln("The value is '"+r+"'");
169 debugPrintln("The property is undefined.");
182 debugPrintln("failed to look up system property '"+propertyName+"'" );
201 if (debug) debugPrintln("Read properties file " + f);
208 if (debug) debugPrintln("found " + factoryClassName + " in $java.home/jaxp.properties");
224 if (debug) debugPrintln("looking into " + resource);
231 debugPrintln("failed to read "+resource);
239 if (debug) debugPrintln("attempting to use the platform default XML Schema 1.0 validator");
243 if (debug) debugPrintln("attempting to use the platform default XML Schema 1.1 validator");
247 if (debug) debugPrintln("all things were tried, but none was found. bailing out.");
262 if (debug) debugPrintln("instantiating "+className);
268 if(debug) debugPrintln("loaded it from "+which(clazz));
274 if (debug) debugPrintln(className+" is not assignable to "+SERVICE_CLASS.getName());
285 debugPrintln("failed to instantiate "+className);
303 debugPrintln("no "+SERVICE_ID+" file was found");
310 debugPrintln("failed to enumerate resources "+SERVICE_ID);
321 if (debug) debugPrintln("Reading "+resourceName );