MCPcopy Index your code
hub / github.com/apache/tomcat / parseTld

Method parseTld

java/org/apache/jasper/servlet/TldScanner.java:261–264  ·  view source on GitHub ↗

Parses a TLD from the given resource path string. @param resourcePath the resource path @throws IOException if an I/O error occurs @throws SAXException if a parsing error occurs

(String resourcePath)

Source from the content-addressed store, hash-verified

259 * @throws SAXException if a parsing error occurs
260 */
261 protected void parseTld(String resourcePath) throws IOException, SAXException {
262 TldResourcePath tldResourcePath = new TldResourcePath(context.getResource(resourcePath), resourcePath);
263 parseTld(tldResourcePath);
264 }
265
266 /**
267 * Parses a TLD from the given resource path.

Callers 5

scanResourcePathsMethod · 0.95
scanJarsMethod · 0.80
scanMethod · 0.80
visitFileMethod · 0.80
scanWebInfClassesMethod · 0.80

Calls 7

getUriMethod · 0.95
getListenersMethod · 0.95
getResourceMethod · 0.65
putMethod · 0.65
parseMethod · 0.45
containsKeyMethod · 0.45
addAllMethod · 0.45

Tested by

no test coverage detected