MCPcopy Create free account
hub / github.com/apache/tomcat / getNamespaceURI

Method getNamespaceURI

java/org/apache/tomcat/util/digester/Rule.java:86–88  ·  view source on GitHub ↗

Return the namespace URI for which this Rule is relevant, if any. @return The namespace URI for which this rule is relevant or null if none.

()

Source from the content-addressed store, hash-verified

84 * @return The namespace URI for which this rule is relevant or <code>null</code> if none.
85 */
86 public String getNamespaceURI() {
87 return namespaceURI;
88 }
89
90
91 /**

Callers 10

testSchemaValidationMethod · 0.80
lookupMethod · 0.80
doProppatchMethod · 0.80
propfindResourceMethod · 0.80
getDAVNodeMethod · 0.80
propertyEqualsMethod · 0.80
propfindMethod · 0.80
propfindMethod · 0.80
proppatchMethod · 0.80
printMethod · 0.80

Calls

no outgoing calls

Tested by 1

testSchemaValidationMethod · 0.64