Searched refs:openInputSource (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/
H A DSaxParserHandlerBundled.java137 result = openInputSource(BUNDLED_DTD_ROOT, systemID);
155 return openInputSource(BUNDLED_SCHEMA_ROOT, systemID);
165 return openInputSource(BUNDLED_DTD_ROOT, getMapping().get(publicID));
168 private InputSource openInputSource(final String localRoot, final String systemID) { method in class:SaxParserHandlerBundled

Completed in 214 milliseconds