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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalog.java2082 * @param sysid The input system identifier.
2086 protected String fixSlashes (String sysid) { argument
2087 return sysid.replace('\\', '/');
2094 * @param sysid The (possibly relative) system identifier
2098 protected String makeAbsolute(String sysid) { argument
2101 sysid = fixSlashes(sysid);
2104 local = new URL(base, sysid);
2106 catalogManager.debug.message(1, "Malformed URL on system identifier", sysid);
2112 return sysid;
[all...]

Completed in 43 milliseconds