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

Method match

java/org/apache/tomcat/util/digester/Rules.java:73–73  ·  view source on GitHub ↗

Return a List of all registered Rule instances that match the specified nesting pattern, or a zero-length List if there are no matches. If more than one Rule instance matches, they must be returned in the order originally registered through the add() method. @param nam

(String namespaceURI, String pattern)

Source from the content-addressed store, hash-verified

71 * @return a rules list
72 */
73 List<Rule> match(String namespaceURI, String pattern);
74
75
76 /**

Callers 5

findMappingMethod · 0.65
matchMethod · 0.65
matchMethod · 0.65
matchesMethod · 0.65
startElementMethod · 0.65

Implementers 1

RulesBasejava/org/apache/tomcat/util/digester/R

Calls

no outgoing calls

Tested by

no test coverage detected