Searched refs:SERVICE_CLASS (Results 1 – 2 of 2) sorted by relevance
165 String propertyName = SERVICE_CLASS.getName() + ":" + uri; in _newFactory()246 if (debug) debugPrintln(className+" is not assignable to "+SERVICE_CLASS.getName()); in createInstance()348 private static final Class SERVICE_CLASS = XPathFactory.class; field in XPathFactoryFinder349 private static final String SERVICE_ID = "META-INF/services/" + SERVICE_CLASS.getName();
172 String propertyName = SERVICE_CLASS.getName() + ":" + schemaLanguage; in _newFactory()271 if (debug) debugPrintln(className+" is not assignable to "+SERVICE_CLASS.getName()); in createInstance()388 private static final Class SERVICE_CLASS = SchemaFactory.class; field in SchemaFactoryFinder389 private static final String SERVICE_ID = "META-INF/services/" + SERVICE_CLASS.getName();