Searched defs:staticCatalog (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalogManager.java97 * <td>xml.catalog.staticCatalog</td>
133 private static String pStatic = "xml.catalog.staticCatalog";
186 private static Catalog staticCatalog = null; field in class:CatalogManager
621 String staticCatalog = SecuritySupport.getSystemProperty(pStatic);
623 if (staticCatalog == null) {
627 staticCatalog = resources.getString("static-catalog");
633 if (staticCatalog == null) {
637 return (staticCatalog.equalsIgnoreCase("true")
638 || staticCatalog.equalsIgnoreCase("yes")
639 || staticCatalog
665 public boolean staticCatalog() { method in class:CatalogManager
[all...]

Completed in 62 milliseconds